Pokédex App that consumes the PokéAPI to display information on all existing Pokémon.
Technologies studied and used to carry out this project:
React Native
React Navigation
Expo
TypeScript
Styled Components
Async Storage
Zustand
Jest
React Native Testing Library
Mock Service Worker
GitHub Actions
To clone and run this project, you will need:
Note: When installing Node.js, npm is automatically installed. 🎉
$ npm install
$ npm run start
# unit tests
$ npm run test
# test coverage
$ npm run test:coverage
Made with 💚 by Gabriel Rapucci.