Skip to content

pankaj061999/portfolio

Repository files navigation

PankajKumar.dev

My portfolio website built with Next.js, Tailwind CSS, Radix UI and deployed on Vercel.⚡

preview

Tech Stack

  • Next.js - React framework for building performant apps with the best developer experience
  • TypeScript - Static type checker for end-to-end typesafety
  • Tailwind CSS - Utility-first CSS framework for rapid UI development
  • Radix UI - Primitives like drawer, button, etc. to build a stellar user experience
  • Lucide Icons - Beautifully simple, pixel-perfect icons
  • Next Themes - An abstraction for themes (Dark + Light Mode).

Running Locally

$ git clone https://github.com/pankaj061999/portfolio.git
$ cd portfolio
$ npm install
$ npm run dev