A modern, responsive, and performance-optimized developer portfolio built using Vite + React.
Showcasing my featured projects, tech stack, experience, and contact details with a clean and elegant design.
- ⚡ Built with Vite for blazing-fast development and build times
- 🎨 Responsive & aesthetic UI with Tailwind CSS
- 🧠 Project filtering by tags
- 💼 Highlighted featured projects with live and code links
- 📱 Mobile-first & SEO-optimized
- 🔗 Smooth navigation & interactive hover effects
- 🌙 Dark & light theme ready (optional toggle if implemented)
- Frontend: React, Vite
- Styling: Tailwind CSS
- Hosting: Netlify / Render
├── public/ # Static assets
├── src/
│ ├── assets/ # Images and icons
│ ├── components/ # Reusable components
│ ├── data/ # Project data (JSON or JS objects)
│ ├── pages/ # Main sections (About, Projects, Contact)
│ ├── App.jsx # Main App component
│ └── main.jsx # React root render
├── tailwind.config.js # Tailwind CSS config
├── index.html # Base HTML
└── vite.config.js # Vite configuration