Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.14 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.14 KB

Abhi Jivani Portfolio

ts

My portfolio website developed with Next.JS(SSG) and TypeScript. Tailwind CSS and GSAP is used for styling and animations. Light & Dark themes supported.

Features

  • Responsive Design 📱💻
  • Light & Dark themes ☀️🌙
  • Fully Accessible ♿️
  • SEO Friendly 🔎

Tech Stack

Frontend - NextJS, React, TypeScript
Styling - Tailwind CSS
Animations - GSAP
Design & Prototype - Figma
State Management - Zustand
Deployment - Vercel

Running Locally

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

Author