Project information
- Project Category: Web
- Project Background: Personal project 2020
- Project URL: See project on GitHub
Pokemon App
This is a small Pokédex web app built with Javascript, HTML, CSS, jQuery, and Bootstrap framework.
The code has been formatted according to ESLint rules. Users can search through a collection
of Pokémon that is loading from an external source(API). Images and information about the specific
Pokémon can be displayed in a modal by clicking on a Pokémon name.
REQUIREMENTS
● The app loads data from an external Pokémon API.
● The app displays a list of items loaded from that API after the page is loaded.
● The app enables the viewing of more details for a given list item (like a Pokémon)
on demand, such as when clicking on a list item.
● The app allows searching for items (e.g., searching for Pokémon).
● The app works in Chrome, Firefox, Safari, Edge, and Internet Explorer 11.