This is my personal portfolio built with Next.js, TailwindCSS, and Framer Motion — designed to showcase my projects, experience, and open-source contributions.
Inspired by BartoszJarocki.
🔗 Live: nuhmanpk.github.io/portfolio
- Next.js 14 — for lightning-fast static generation
- Tailwind CSS — for a responsive and minimal UI
- Framer Motion — for subtle animations and transitions
- TypeScript — for reliable, maintainable code
- Vercel — for seamless deployment
- Dynamic visitor counter
- SEO-optimized meta tags
- Dark / Light mode theme switcher
- Animated intro loader
- Auto-updating structured data for better search indexing
# Clone this repository
git clone https://github.com/nuhmanpk/portfolio.git
# Navigate to the project folder
cd portfolio
# Install dependencies
npm install
# Run locally
npm run dev