This is my portfolio website built with Next.js and deployed on Vercel. It showcases my projects, skills, and experience.
You can view the live demo here
- About page with information about me, my skills, and experience
- Responsive design
- Projects page with a list of my projects and descriptions
- Contact page with a form for contacting me
This website is deployed on Vercel. Any changes pushed to the main branch of the GitHub repository will trigger a new deployment.
To get started with this project, you can clone the repository and install the dependencies:
## Clone repository
git clone https://github.com/EnzoVieira/portfolio.git
cd portfolio
## Install dependencies
yarn
## or
npm i
You can then start the development server:
yarn dev
## or
npm run dev