Code

Pokedex

This code is a JavaScript implementation of a Pokemon repository that retrieves a list of 150 Pokemon from the PokeAPI and allows adding additional Pokemon, loading their details, displaying the details in a modal window, and hiding the modal window by either clicking outside of it or by pressing the Escape key.

See project on GitHub