A premium, cinematic developer portfolio website featuring a depth-driven dark mode design, typography-first layout, and fluid interactions.
- Cinematic Design: Dark, immersive aesthetic with subtle depth and dampening.
- Projects Showcase: Detailed case studies for key projects (Durga Art Zone, RedSignal, iPhone 16 Pro).
- Philosophy Section: Insight into my approach to design and development.
- Interactive Contact: specific contact modal with engaging typography.
- Responsive Layout: Optimized for all devices using modern CSS.
- Framework: React 19 + Vite
- Styling: Vanilla CSS (Variables, Flexbox/Grid)
- Deployment: Vercel
- Clone the repository.
- Install dependencies:
npm install
- Run the development server:
npm run dev
To create a production build:
npm run build