AI‐13‐OPEN‐API - Code-the-Dream-School/intro-to-programming-2025 GitHub Wiki
- Repository should contain an index.html, index.css and an index.js files.
On your index.html
file:
- Use a
link
tag to connect yourindex.html
file with yourindex.css
file. - Use a
script
tag to connect yourindex.html
file with yourindex.js
file.
On your index.js
file:
- Write a fetch code for the open source API you are using to be sure you receive a response.
- 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.