Pokédex is a mobile application built with React Native and Typescript capable of listing Pokémons from various generations and display informations about each of them, just like the Pokédex from the original games and anime series. For such, the app consumes data from the APIs pokemon-db-json and PokéAPI.
The application was made to practice React Native, consuming third-party APIs, displaying big amount of data with "infinite" scroll, navigation between screens, mobile styling with Styled Components and animations. The layout is based on Flavio Farias and Saepul Nahwan design.
Clone the repository to your machine:
git clone https://github.com/marmitoTH/pokedex.git
After cloning the repository, open your terminal and run:
yarn install
yarn start