Skip to Content

Pokedex

This Pokedex application is a React-based single-page application developed as part of a web development class assignment.

The application retrieves Pokémon information from the PokeApi through asynchronous API calls. Users can catch Pokémon by selecting the pokeball icon adjacent to each entry. These collected pokemon are displayed in a dedicated list that maintains persistence across browsing sessions via local storage implementation.

, , ,
Screenshot of a pokedex web app on desktop, with a gallery of pokemon on the left and a side bar displaying pokemon stats and a light of caught pokemon.