A modern, responsive portfolio website built with Next.js, TypeScript, and Tailwind CSS. This project showcases my work, skills, and experience in a clean, professional manner.
- Modern UI/UX with smooth animations and transitions
- Fully Responsive design that works on all devices
- Dark/Light Mode with system preference detection
- Performance Optimized for fast loading and smooth interactions
- SEO Optimized with Next.js metadata and semantic HTML
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Type Safety: TypeScript
- Icons: Lucide Icons
- Deployment: Vercel
- Node.js 18.0.0 or later
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/your-username/portfolio.git cd portfolio
-
Install dependencies:
npm install # or yarn
-
Start the development server:
npm run dev # or yarn dev
-
Open http://localhost:3000 in your browser to see the result.
This project is configured for deployment on Vercel. Push your changes to the main
branch to trigger automatic deployments.
This project is licensed under the MIT License - see the LICENSE file for details.