A remake of my peronal website using React and Tailwind CSS. This project was made to deepen my understanding of React and Tailwind CSS.
Clone the project
git clone https://github.com/Flapjacck/React-Portfolio.gitGo to the project directory
cd React-PortfolioInstall dependencies
npm installStart the server
npm run start "dependencies": {
"@tailwindcss/vite": "^4.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.5"
},