Skip to content

Welcome to my portfolio website! This site is designed to give you a brief introduction to who I am and showcase some of the projects I've worked on. My goal is to keep everything simple and minimalist.

License

Notifications You must be signed in to change notification settings

locle97/portfolio

Repository files navigation

My Portfolio Website

Introduction

Welcome to my portfolio website! This site is designed to give you a brief introduction to who I am and showcase some of the projects I've worked on. My goal is to keep everything simple and minimalist.

Live demo: https://locle.dev

alt text

Features

  • Minimalist Design: The website embraces a clean and minimalist aesthetic, ensuring a distraction-free experience for visitors.
  • Reusable Components: The site is built with modular components, making it easy to reuse and maintain across different sections.
  • Animated Background: A subtle animated background adds a dynamic visual element, enhancing the overall user experience.
  • Web3Forms API Integration: A contact form powered by the Web3Forms API allows visitors to send messages directly through the website.

Installation

Steps

  1. Clone the repository

Clone the repository to your local machine and navigate into project directory:

git clone https://github.com/locle97/portfolio
cd portfolio
  1. Install Dependencies

Install the necessary packages using npm:

npm install
  1. Run the project locally

Start the development server and run the project locally

npm run dev

Deployment

  1. Setup environment variables:
  • List of variables:

  • If you're deploying on VMs, modify the .env file to replace your access key

  • If you're deploying via CI/CD pipeline (github actions, Azure,...), find a way to replace token with your secret key setup.

    • Github actions: Setup environment secrets -> put step below into your workflow to replace token.
    - name: Find and Replace API Keys
    run: find .env -type f -exec sed -i ''s/#{WEB3FORMS_API_KEY}#/${{ secrets.WEB3FORMS_API_KEY }}/g'' {} \;
    
  1. Install dependencies

Install the necessary packages using npm:

npm install
  1. Build

Build the project and publish to folder dist

npm run build
  1. Copy dist to wwwroot folder

Built with

Roadmap

  • Dark mode: Currently, the website only supports light mode. Adding a dark mode option will enhance user experience by providing a more comfortable viewing option, especially in low-light environments.
  • Blog Integration: Add a blog section to share insights, tutorials, or project updates. This can also serve as a way to showcase your knowledge and keep the content dynamic.
  • Portfolio Expansion: Add more projects and case studies, including detailed descriptions, challenges faced, and the solutions implemented. This will showcase the breadth of your work and skills.

Contact

If you'd like to contribute or get in touch with me, feel free to reach out through the following channels:

About

Welcome to my portfolio website! This site is designed to give you a brief introduction to who I am and showcase some of the projects I've worked on. My goal is to keep everything simple and minimalist.

Topics

Resources

License

Stars

Watchers

Forks