A modern, interactive, and fully responsive Frontend Developer Portfolio built with:
- React
- Vite
- TailwindCSS (via @tailwindcss/vite)
- Framer Motion for animations
- Dark/Light mode toggle
- Deployed on Vercel
This portfolio showcases my projects, skills, and contact information, representing my work as a Frontend Developer & AI Builder.
✅ Modern, minimal UI with responsive design
✅ Smooth animations using Framer Motion
✅ Dark/Light mode toggle
✅ Interactive project cards with hover effects
✅ Scroll-based animations
✅ Contact section with all major social links
✅ Easily customizable structure and design
src/ ├── assets/ # Images and logo ├── components/ # Reusable UI components (Navbar, Hero, Projects, etc.) ├── data/ # Project data ├── App.jsx # Main app layout ├── main.jsx # Entry point └── index.css # Tailwind base + global styles