This is a portfolio website built with Next.js and Tailwind CSS. It showcases your skills, projects, and achievements in an elegant and responsive design.
- Clone the repository:
git clone https://github.com/pepetgoodboy/portfolio.git - Navigate to the project directory:
cd portfolio - Install the dependencies:
npm install
- Start the development server:
npm run dev - Open your browser and visit
http://localhost:3000to view the website.
The following dependencies are required for this project:
- Next.js: A React framework for server-side rendering and static site generation.
- Tailwind CSS: A highly customizable CSS framework.
- React: A JavaScript library for building user interfaces.
- React Icons: A collection of popular icons for React projects.