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.jsTypeScriptStyled ComponentsStyled IconsLeafletGraphQLJestReact Testing LibraryCypressDockerGitHub ActionsVercel
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:coverageMade with 💚 by Gabriel Rapucci.