Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 339 Bytes

File metadata and controls

13 lines (9 loc) · 339 Bytes

PokeAPI Integration Demo

Simple demo that fetches data from PokeAPI and displays basic info about Pikachu.

Usage:

  • Open index.html in your browser
  • Click “Load Pokémon” button
  • Info about the Pokémon will appear below (name, height, weight)

Tech used:

  • HTML
  • JavaScript (Fetch API)