A modern, dark-themed personal portfolio site built with React + Vite.
- ⚡ Vite + React
- 🎨 Dark/Light theme toggle
- 🎬 Framer Motion animations
- 📱 Fully responsive
- 🎯 Sections: Hero, About, Skills, Experience, Projects, Contact
npm install
npm run devnpm run build- Install gh-pages:
npm install --save-dev gh-pages - Add to package.json scripts:
"deploy": "npm run build && gh-pages -d dist" - Run:
npm run deploy
- Edit component files in
src/components/to update content - Update social links in
Hero.jsxandFooter.jsx - Modify colors in
src/index.css(CSS variables)
MIT