This project is my portfolio website. It is built with Next.js and Tailwind CSS. I'm using shadcd's ui library as a base.
This project is built using:
- Next.js (App Router)
- Tailwind CSS
- Framer Motion
# Clone the repository
> git clone **REPO LINK**
# Navigate to the directory
> cd **REPO**
# Install the dependencies
> pnpm install
# Start the development server
> pnpm dev
Open http://localhost:3000 with your browser to see the result.