A personal portfolio site of mine, where you get to know what I like and what I do in a nutshell.
Next.js 15, React 19, and TypeScript
# Install
npm install
# Dev server
npm run dev
# Build static export
npm run build
# Preview built site
npm run startout/ # Static assets
src/
├── app/
│ └── page.tsx # Server component
├── components/ # 12+ sections
├── data/ # JSON
├── hooks/ # Custom hooks
├── lib/
│ └── sfx.ts # Sound effects
├── styles/
├── types/ # TypeScript types
You can use this project for personal use, as-is, or modify it to suit your needs. Enjoy developing!
MIT License
Built with <3 by Nafis Ahmad.