A minimal, one-page portfolio built with Next.js, Tailwind CSS, and Framer Motion.
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run buildThis generates a static export in the /out folder, ready for GitHub Pages or any static hosting.
- No Scrolling — All content fits above the fold
- Dark Theme — Soft black background with muted accent colors
- Subtle Animations — Framer Motion fades and slides
- Static Export — Fully compatible with GitHub Pages
- Optional AI Chat — "Ask Reva" modal using Groq API
- Next.js 14+ (App Router)
- Tailwind CSS
- Framer Motion
- shadcn/ui
- Lucide Icons
Deploy to GitHub Pages:
- Build the project:
npm run build - Push the
/outfolder togh-pagesbranch - Enable GitHub Pages in repository settings
MIT