Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.12 KB

README.md

File metadata and controls

49 lines (35 loc) · 2.12 KB

Pokédex

🔍 About

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.

👀 Demo

🔧 Made With

🔌 Installation

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