Skip to content

nuhmanpk/portfolio

Repository files navigation

🚀 Nuhman PK — Portfolio

Visits GitHub last commit GitHub stars GitHub forks License Built with Next.js Made with ❤️ by Nuhman


🧠 About

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


⚙️ Tech Stack

  • 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

🧩 Features

  • Dynamic visitor counter
  • SEO-optimized meta tags
  • Dark / Light mode theme switcher
  • Animated intro loader
  • Auto-updating structured data for better search indexing

🧰 Setup

# 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