This is a personal portfolio website built with Next.js to showcase projects, experience, and skills. It features a responsive design, smooth animations, and fast performance with modern frontend frameworks.
- Clean and responsive layout using Next.js and Tailwind CSS
- Interactive and engaging UI using Framer Motion
- Automatic code splitting and lazy loading
- Deployed on Vercel for seamless CI/CD and fast global performance
- Next.js – Framework for server-side rendering and static site generation
- React – Component-based frontend framework
- Tailwind CSS – Utility-first styling for quick development
- Framer Motion – Animation library for React
- Vercel – Hosting and serverless functions
├── src
│ ├── app
│ ├── public
├── .gitignore
├── package.json
├── tailwind.config.mjs
├── next.config.mjs
├── jsconfig.json
- app – Page and component files
- public – Static files (images, fonts, etc.)