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.
You must have NPM and Git installed in your PC
- Clone repo and change into directory
git clone https://github.com/Chitransh-j/NextJS_Portfolio
- Install dependencies and run
npm install npm run dev