An interactive developer portfolio and blog built with Next.js 16 (App Router) and React 19. It features spring-physics UI animations, a custom interactive terminal CLI emulator, and a multi-theme color system.
- Framework: Next.js 16.2 (App Router) & React 19.2
- Styling: Tailwind CSS v4 & PostCSS
- Animations: Motion (Framer Motion)
- Database: Local JSON File (
src/data/blogs.json) - Markdown Parsing: React Markdown
npm installnpm run devThe application will be available at http://localhost:3000.
npm run build
npm start