This is my personal portfolio website built with Next.js and Tailwind CSS.
- Responsive design
- Dark mode support
- Interactive UI with animations
- Projects showcase
- Contact form
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/portfolio-website.git cd portfolio-website
-
Install dependencies:
npm install
-
Create a
.env
file:Create a
.env.local
file in the root directory and add any necessary environment variables. For example:NEXT_PUBLIC_API_URL=https://api.example.com
To start the development server, run:
npm run dev