Skip to content

abdeLKabir-56/Next_js_portfolio

Repository files navigation

Portfolio Website

This is my personal portfolio website built with Next.js and Tailwind CSS.

Portfolio Screenshot

Table of Contents

Features

  • Responsive design
  • Dark mode support
  • Interactive UI with animations
  • Projects showcase
  • Contact form

Setup

To set up this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/portfolio-website.git
    cd portfolio-website
  2. Install dependencies:

    npm install
  3. 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

Development

To start the development server, run:

npm run dev