Personal portfolio website built with Next.js, React, and Tailwind CSS to showcase projects and skills.
- ✨ Modern Next.js App Router architecture
- 🎨 Tailwind CSS for styling
- 📱 Responsive design
- 🧭 Fixed navigation bar with active state
- 🏠 Home page with introduction
- 💼 Projects page showcasing work
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run build
npm startapp/- Next.js App Router pages and componentscomponents/- Reusable React componentspage.tsx- Home pageprojects/page.tsx- Projects pagelayout.tsx- Shared layout with navigation