PokéWiki app is a a small web application built with HTML, CSS, and JavaScript. It loads data from an external API and enables the viewing of Pokémon details on demand.
- Load data from an external source (API)
- View a list of items
- Search for items to be displayed
- On user action (e.g., by clicking on a list item), view details for that item
- Details include height, types and abilities along with images of Pokémon (front and back view).
- HTML
- CSS
- JavaScript ES6 (using polyfills for older browsers)
