Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1005 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 1005 Bytes

[BasicJS Projects] jslogo

Quote Grabber

Part of the "BasicJS Projects" series of repositories containing simple JavaScript projects for practicing basic features. Based on some of Coding Addict's JavaScript projects.

Simply put

A webpage that utilizes the XMLHttpRequest Web API to issue an HTTP request onto type.fit's quotes API in order to fetch and display random quotes.
Uses only vanilla JavaScript, no jQuery involved!


🔰 BasicJS Repos