This is my personal portfolio, a webapp built to show all the projects I've developed using different technologies. It was developed using Nextjs to improve SEO through Server Side Rendering. It fetches data from an API developed with Node and Express. This is the API Repository.
This project only have main branch. If you want to deploy it, the easiest way is connecting your repository to a Vercel Acount, so it will build everytime you push to the branch.
You can see a demo of this project on the following link: Dansep Portfolio
If you want to run this project on your machine, just follow these steps:
- Create a folder and execute
git clone https://github.com/DanSepulveda/portfolio.git
- Execute
npm install
in root directory. - Execute
npm run dev
in root directory. - Go to
http://localhost:3000
on web browser.
This project was built using the following technologies:
- HTML
- CSS Modules
- JavaScript
- Nextjs - React Framework
Desarrollado por Daniel Sepúlveda