My Pokédex is an app that queries data from the community-built PokéAPI (a RESTful Pokémon API, which can be found at [(https://pokeapi.co/)]). Users are able to search Pokémon by their names or Pokédex number. This app will fetch and display crucial information about the Pokémon including type, base stats, and evolution lines.
The user is greeted with a simple interface, prompting them to search up their favorite Pokémon!
The app looks great on both desktop and mobile devices!
The user can press their search result card and see a page view of the Pokémon data.
The app also handles logic for complicated Pokémon evolution lines, displaying branching evolutions!