The Pokédex App is a small web application which loads Pokémon data from an API and enables viewing some details.
- Load data from pokeapi.co
- Display a list of 210 clickable pokémon items on start screen
- Display individual details in a modal
- To view detailed information about a pokémon, click on its name
- To close the modal:
- click the 'X' on the modal's upper right,
- click outside the modal, or
- press ESC
- Javascript
- HTML
- SCSS
- Bootstrap
- JQuery