This repository contains the code for my personal portfolio website Adakin.dev.
The project has been created with:
- Next.js 13 - The React Framework
- React - A JavaScript library for building user interfaces
- Tailwind CSS - A utility-first CSS framework
- AOS - Animate on scroll library
- Framer Motion - A production-ready motion library for React
- Axios - A Promise-based HTTP client for the browser and node.js
- Formik - A small library that helps with form state management in React
- SVGBackgrounds - For some backgrounds used on the site
The project was bootstrapped with Create Next App.
Follow these steps to run the project in your local environment:
- Clone the repository:
git clone https://github.com/Homvi/portfolio_2.0.git
cd portfolio_2.0
npm install
run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
MIT © Adam Honvedo