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.
Technologies studied and used to carry out this project:
Next.js
TypeScript
Styled Components
Styled Icons
Zustand
Jest
React Testing Library
Mock Service Worker
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.