This is a portfolio website that showcases my projects and skills. Build with React + Vite.
- Responsive Design
- Dark Mode
- Project Showcase
- Blog Posts
- Skills Showcase
- Contact
- React
- Vite
- Clone the repository
- Run
npm install - Run
npm run dev - Open
http://localhost:5173in your browser
- Clone the repository
- Run
yarn install - Run
yarn dev - Open
http://localhost:5173in your browser
- Clone the repository
- Run
docker build -t portfolio-website . - Run
docker run -p 3000:80 portfolio-website - Open
http://localhost:3000in your browser
This project is open source and available under the MIT License.