Skip to content

Latest commit

 

History

History
133 lines (85 loc) · 3.13 KB

README.md

File metadata and controls

133 lines (85 loc) · 3.13 KB

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

screenshot1 screenshot2

(back to top)

Built With

  • HTML
  • CSS
  • JavaScript

(back to top)

Getting Started

This web page was crafted with vanilla code. No dependencies here!

Prerequisites

All you need is a browser (to view/interact) and a text editor (to modify).

Installation

  1. Clone this repo and you're all set!

(back to top)

Usage

  • index.html: structure and layout.
  • styles.css: design and aesthetics.
  • script.js: functionality.

(back to top)

Roadmap

There are no plans to implement additional features at this time.

(back to top)

Contributing

This project is for learning/demonstration and is not being actively developed.

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

Nate: GitHub | Grepper

(back to top)

Acknowledgments

Skillcrush - JavaScript Fundamentals

  • Module 12: Intro to APIs
    • Step 7 of 7: Practice Exercises: Intro to APIs
      • Exercise #3
  • normalize.css

README Template

(back to top)