Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 468 Bytes

File metadata and controls

19 lines (8 loc) · 468 Bytes

The-Pokémon

Your task is to design and implement an application that display Pokémon Cards.

  • user comes to site and enter number of cards and select category of Pokémon.

Hint: take category and no of Pokémon, use API and render.

Resources:

  • refer this: https://pokeapi.co/
  • use this https://pokeapi.co/api/v2/pokemon/${id} api to get the pokemon data by id.

Note: here id is a number. for example https://pokeapi.co/api/v2/pokemon/1