Personal portfolio website built with Next.js 15, Tailwind CSS, and TypeScript.
Live at → itspetah.github.io
- Next.js 15 — framework
- Tailwind CSS — styling
- TypeScript — types
- IBM Plex Mono — font
npm install
npm run devOpen http://localhost:3000.
All content (bio, experience, projects, skills) lives at the top of src/app/page.tsx in plain data objects — no CMS, no database. Just edit and push.
The site is deployed via GitHub Pages. Any push to main triggers a rebuild.