Create a web application that lists all the Pokemons captured by the user.
You will use this PokeAPI in order to fetch the Pokemons.
- Demonstrate that there is a form with an input text field to catch a new Pokemon by
name
. - Demonstrate that when the
catch
button is clicked the new Pokemon is included in the list. - Demonstrate that the
name
,id
andimage
of every Pokemon is displayed in the list. - Demonstrate that when there are no Pokemons, the list should show the state:
No Pokemons captured yet
.