Projeto idealizado para ser feito com react native consumindo a PokeAPI para a listagem de pokemons.
Listagem de Pokemons
: Lista 20 pokemons por vez e conta com um Scroll Dinâmico que carrega mais 20 pokemons quando se chega no final da lista.Pokemon Details
: Ao selecionar um pokemon, abe uma tela contendo suas características básicas.
Expo 47.0.8
React Native 0.70.5
React Navigation
Styled Components
Functional Components
React Hooks
> git clone 'https://github.com/lwfe/Pokedex.git'
> cd Pokedex
> npm install (também pode utilizar o Yarn)
> expo start //npx expo start