A modern, responsive, and animated personal portfolio built with Next.js, React, Tailwind CSS, and Framer Motion. The website showcases skills, projects, experience, achievements, and contact information in a clean and professional UI.
- Fully responsive design
- Smooth animations using Framer Motion
- Sticky navbar with active section highlighting
- Skills section with proficiency bars and categories
- Projects showcase with GitHub/live links
- Experience & achievements timeline
- Contact form
- Dark theme UI with custom gradients and icons
- Next.js (App Router)
- React
- Tailwind CSS
- Framer Motion
- Lucide Icons
- TypeScript
- ESLint
- Prettier
portfolio/
├── public/
├── src/
│ ├── app/
│ ├── components/
│ │ ├── Navbar/
│ │ ├── Footer/
│ │ ├── Hero/
│ │ ├── Skills/
│ │ ├── Projects/
│ │ ├── Experience/
│ │ ├── Achievements/
│ │ ├── Contact/
│ ├── data/
│ ├── styles/
│ └── utils/
└── package.json