Starter: Pokédex Explorer
Pokédex Explorer
Develop a program that retrieves and stores Pokémon data using the PokéAPI (pokeapi.co). It should allow users to:
Search for Pokémon by name or Pokédex number.
Store Pokémon in a local collection (like a trainer's team).
Compare stats of different Pokémon in the collection.
Visualise these comparisons.
Remove Pokémon from the stored collection when needed.
Last updated