Pokédex

Pokedéx API

This project uses Node.js, Express, and PostgreSQL to store data about the original 151 Pokémon as well as call the free PokéAPI to demonstrate accessing various endpoints.  The user can call the API to retrieve various information, sort Pokémon by name, ID, dimensions, or search for specific keywords.  Additionally, the user can mark specific Pokémon as caught, calculate the completion percentage of the Pokédex, and release specific Pokémon back into the wild.   

Because this application uses a free API service, it may take a few seconds to make the initial API call.  Firefox seems to handle the request best at this time.  

PROJECT INFO.

Scroll to top