My personal website, built with Next.js and Tailwind CSS.
- Next.js – Framework
- Tailwind CSS v4 – Styling
- Radix UI – UI Component for Tabs
- Lucide React – Icons
- Lightbox – Lightbox
To run this project on your local machine, follow these steps:
-
Clone the repository
git clone https://github.com/haqiqiw/personal-site.git
-
Install dependencies
cd personal-site npm install -
Run the development server
npm run dev
Open http://localhost:3000 in your browser to see the result.