My portfolio website developed with Next.JS(SSG) and TypeScript. Tailwind CSS and GSAP is used for styling and animations. Light & Dark themes supported.
- Responsive Design 📱💻
- Light & Dark themes ☀️🌙
- Fully Accessible ♿️
- SEO Friendly 🔎
Frontend - NextJS, React, TypeScript
Styling - Tailwind CSS
Animations - GSAP
Design & Prototype - Figma
State Management - Zustand
Deployment - Vercel
Clone the project
git clone https://github.com/abhijivani3001/abhijivani.dev.git
Go to the project directory
cd abhijivani.dev
Remove remote origin
git remote remove origin
Install dependencies
npm install
Start the server
npm run dev