AI‐FINAL‐OPEN‐API - Code-the-Dream-School/intro-to-programming-2025 GitHub Wiki
- Project should have, at minimum, an
index.html,index.css,index.jsandreadme.mdfiles. - Project should be using one of the following APIs:
Open-Meteo,Swapi.Tech,Marvel,ARTIC,TheDogAPI,TheCatAPI,SampleAPIs. - Code is readable and well structured.
On the readme.md file:
- It should include the instructions for running the webpage.
On the index.html file:
- There should be a sort of navigation to use an api endpoint.
On the index.css file:
- Basic (but effective) styling.
On the index.js file:
- 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.
- If applicable, error cases are appropriately handled.