AI‐13‐OPEN‐API - Code-the-Dream-School/intro-to-programming-2025 GitHub Wiki

  1. Repository should contain an index.html, index.css and an index.js files.

On your index.html file:

  1. Use a link tag to connect your index.html file with your index.css file.
  2. Use a script tag to connect your index.html file with your index.js file.

On your index.js file:

  1. Write a fetch code for the open source API you are using to be sure you receive a response.
  2. For this lesson, you don't need to display any data of the previous response yet. The response from the open source API should be console logged at minimum.