Created
January 17, 2020 14:20
-
-
Save melloc01/db15a4b014cbf7d4e565672d80c70e9e to your computer and use it in GitHub Desktop.
Desafio Pokémon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implementar um catálogo de Pokémons (Pokédex) utilizando a API http://pokeapi.co | |
---- | |
A aplicação precisa: | |
- Listar pokémons (paginável) | |
- Ao clicar em um pokémon, exibir detalhes (livre) | |
Usar como parâmetro para estilização https://www.pokemon.com/us/pokedex/. | |
Exemplo de chamada: http://pokeapi.co/api/v2/pokemon/ | |
Boa sorte! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment