A professional portfolio website built with Next.js 16, React 19, TypeScript, and Tailwind CSS.
- Framework: Next.js 16 (App Router)
- UI: React 19, TypeScript, Tailwind CSS
- Animation: Framer Motion (minimal)
- Icons: Lucide
- Form: Formspree
- Hero — name, title, tagline, resume download
- Experience — internship at DLSP Registrar DocsTrack
- Selected Work — 5 projects with screenshot galleries
- How I Build — engineering principles
- Technologies — tools grouped by category
- Contact — Formspree contact form
pnpm install
pnpm devOpen http://localhost:3000.
Copy .env.example to .env and fill in your Formspree ID.
cp .env.example .envpnpm build
pnpm start