A simple application which shows 150 Pokemons fetched from Pokemon API created with Javasript, Asynchronous Javascript, ES6, HTML5 and CSS.
There are 3 main features of this application as shown below:
- View All Pokemons: The user can see all the Pokemons displayed on the screen homepage
- View Individual Pokemon: The user can see individual Pokemons' abilites and details by clicking on them and enabling Pop up
- Caching of Data: Once a peokemon is clicked, and information is seen, it stores the data in cache memory and dont make any further FETCH calls.