/NextJS_Portfolio

Get a glimpse into my life and accomplishments through my meticulously crafted portfolio, powered by TypeScript, Next.js, and Framer Motion.

Primary LanguageTypeScript

This is my Portoflio as a full Stack Developer

This is a Next.js project bootstrapped with create-next-app.

  • I have used Nextjs for SEO.
  • Tailwind for Faster Styling.
  • TypeScript for Type-safety.
  • Custom Hooks for Abstraction for logics.
  • Framer motion for advanced animations.
  • Dark Mode and Light Mode that persists as you reload and initally adjusts to your device theme.
  • Deployed on Vercel.

The Portfolio is made to meet with the Modern Standards of TypeScript, Nextjs and Tailwind.



⚙️ Developer Installation

You must have NPM and Git installed in your PC

  1. Clone repo and change into directory
    git clone https://github.com/Chitransh-j/NextJS_Portfolio
  2. Install dependencies and run
     npm install
     npm run dev