Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 639 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 639 Bytes

Pokedex

Uses API calls from the website https://pokeapi.co/docs/v2 to gather information about different kinds of pokemons and display it using HTML, CSS, JavaScript

points to consider/things to work upon in the frontend

  • in order to flip, on click, js needs to be used
  • for that, the li needs to have a button inside it, and everything else inside the button
  • onclick event handler needs to be added to the button

This is what the website looks like currently. Screenshot 2024-04-07 at 2 32 36 PM