Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.83 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.83 KB

Pokémon Pokedex

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.

How the App Works

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!