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

On the index.css file:

  1. Add some basic styling to your HTML elements.

On the index.js file:

  1. Build a second fetch request for your second data point of your selected API to request data.

Code should contain logic so the user can click on something to switch between one data end point of the API to another (first fetch request or second fetch request).