Personal portfolio rebuilt on the latest stable Next.js 16 with App Router, React 19, and TypeScript.
- Next.js 16
- React 19
- TypeScript
- CSS (modular page styles + shared base styles)
- Lucide React icons
/Home/about/projects/connect
npm install
npm run devApp runs at http://localhost:3000.
npm run dev # start dev server
npm run lint # run ESLint
npm run build # production build
npm run start # run production serversrc/
app/ # App Router pages and layout
components/ # Reusable UI components
constants/ # Static content/config
data/ # Data models/content
styles/ # Global + page styles
utils/ # Utility helpers
public/ # Static assets
- This repo is actively iterated.
- If you reuse parts of this project, attribution is appreciated.