A site to show pinned places that have already been visited or those that you must visit someday.
My personal website, here you will learn a little more about me, my technology skills, my work experiences and also the projects I've developed.
Next.js
TypeScript
Styled Components
Styled Icons
Leaflet
GraphQL
Jest
React Testing Library
Cypress
Docker
GitHub Actions
Vercel
To clone and run this project, you will need:
Note: When installing Node.js, npm is automatically installed. 🎉
$ npm install
# development
$ npm run dev
# build
$ npm run build
# production
$ npm run start
# unit tests
$ npm run jest
# e2e tests
$ npm run cy:run
# test coverage
$ npm run jest:coverage
Made with 💚 by Gabriel Rapucci.