Table of Contents
This is a JavaScript project that implements:
- Async functions.
- Fetching data from a hosted file.
- Parsing data as JSON.
- for...of loops with conditionals.
- Creating and appending HTML elements.
The script demonstrates how to fetch a large amount of data from a document hosted online, parse the data, and then append new HTML elements to a webpage by looping through said data.
- HTML
- CSS
- JavaScript
This web page was crafted with vanilla code. No dependencies here!
All you need is a browser (to view/interact) and a text editor (to modify).
- Clone this repo and you're all set!
index.html
: structure and layout.styles.css
: design and aesthetics.script.js
: functionality.
There are no plans to implement additional features at this time.
This project is for learning/demonstration and is not being actively developed.
Distributed under the MIT License.
- Module 12: Intro to APIs
- Step 7 of 7: Practice Exercises: Intro to APIs
- Exercise #3
- Step 7 of 7: Practice Exercises: Intro to APIs
- normalize.css