My professional resume and portfolio website built with React, TypeScript, and Tailwind CSS.
🌐 Live Site: https://mrprince419.github.io/resume-portfolio/
- 🌓 Dark/Light/System theme support
- 📱 Fully responsive design
- ⚡ Built with Vite for optimal performance
- 🎨 Modern UI with Tailwind CSS
- 🎬 Smooth animations with Framer Motion
- 💻 TypeScript for type safety
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Vite
- GitHub Pages
- Clone the repository
git clone https://github.com/MrPrince419/resume-portfolio.git
- Install dependencies
npm install
- Start development server
npm run dev
- Build for production
npm run build
The portfolio is automatically deployed to GitHub Pages using GitHub Actions whenever changes are pushed to the main branch.