My personal portfolio to showcase myself on the internet
- Responsive Design 📱💻
- Multiple Themes
- Skills, Projects CV all in one place
Frontend - React
Deployment - Github Pages
Clone the project
https://github.com/TheDanniCraft/Portfolio.gitGo to the project directory
cd PortfolioRemove remote origin
git remote remove originInstall dependencies
npm installStart the server
npm run dev