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

  1. Project should have, at minimum, an index.html, index.css, index.js and readme.md files.
  2. Project should be using one of the following APIs: Open-Meteo, Swapi.Tech, Marvel, ARTIC, TheDogAPI, TheCatAPI, SampleAPIs.
  3. Code is readable and well structured.

On the readme.md file:

  1. It should include the instructions for running the webpage.

On the index.html file:

  1. There should be a sort of navigation to use an api endpoint.

On the index.css file:

  1. Basic (but effective) styling.

On the index.js file:

  1. There should be code that can new GET requests each time the user clicks a navigation link, meaning there should be 2 GET requests - one for each navigation, that requests only the needed information.
  2. If applicable, error cases are appropriately handled.