A stunning, modern, and responsive portfolio website built with cutting-edge technologies to showcase your professional work and achievements.
| Feature | Description |
|---|---|
| 📱 Responsive Design | Mobile-first approach with smooth, fluid animations |
| ⚡ Modern Tech Stack | Next.js 16, TypeScript, Tailwind CSS |
| 📧 Smart Contact Form | Functional contact form with EmailJS integration |
| 🎯 Smooth Navigation | Sticky navbar with smooth scrolling transitions |
| 🎨 Professional Sections | Hero, About, Projects, Skills, Contact, Footer |
| ⚙️ SEO Optimized | Built with best practices for search engines |
| Category | Technology |
|---|---|
| 🖥️ Framework | Next.js 16 with App Router |
| 📘 Language | TypeScript |
| 🎨 Styling | Tailwind CSS with animations |
| 🎭 Icons | Lucide React |
| EmailJS | |
| 🚀 Hosting | Vercel (recommended) |
Portfolio/
├── 📂 src/
│ ├── 📂 app/
│ │ ├── 📂 api/
│ │ │
│ │ │
│ │ ├── globals.css 🎨 Global styles
│ │ ├── layout.tsx 📐 Root layout
│ │ └── page.tsx 🏠 Main page
│ └── 📂 components/
│ ├── About.tsx 👤 About section
│ ├── Contact.tsx 📧 Contact form
│ ├── Footer.tsx 🔚 Footer
│ ├── Hero.tsx ⭐ Hero section
│ ├── Navbar.tsx 🧭 Navigation
│ ├── Projects.tsx 🎯 Projects showcase
│ └── Skills.tsx 💪 Skills display
├── .env.local 🔑 Environment variables
├── package.json 📦 Dependencies
└── README.md 📖 Documentation
This project is open source and available under the MIT License.