Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 627 Bytes

File metadata and controls

19 lines (12 loc) · 627 Bytes

Fetch API

For this week's team session, you will practice fetching data from an open Pokemon API. The goal is to change the content of our mystery table in HTML to contain info about one specific Pokemon.

Instructions:

Take a look into the index.js file and follow the instructions to complete the exercises from 1-6 (the last exercise is a bonus).

Getting Started with the Project

Fork this repository and start working in your local environment (you can download LiveServer to run your project locally).