Objective:
- Build a basic app with JavaScript loading data from an external source via Ajax, displays it in a responsive layout, and uses advanced UI patterns to display more details of individual items
User Story:
- As a user, I want to view a list of Pokémon and see more details for a given data item on demand
Key Features:
- Load data from an external source (PokéAPI).
- View a list of items.
- On user action, view details for that item.
- Click on each pokemon to retrieve a modal which displays the details of each pokemon and an image. Search bar which can help filter/search pokemon via their name.
TECHNOLOGIES USED
- The app is built using ECMAScript2015(ES6)
- PokeApi url: https://pokeapi.co/