Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aviralsharma07/random-quote-generator

Quote Generator: This project fetches random quotes from an API and displays them dynamically on a webpage. Users can click a button to fetch a new quote instantly. The project utilizes HTML, CSS, and JavaScript, with asynchronous fetching of data from the 'quotable.io' API. It provides an engaging way to discover and share inspiring quotes.
https://github.com/aviralsharma07/random-quote-generator

Last synced: 29 days ago
JSON representation

Quote Generator: This project fetches random quotes from an API and displays them dynamically on a webpage. Users can click a button to fetch a new quote instantly. The project utilizes HTML, CSS, and JavaScript, with asynchronous fetching of data from the 'quotable.io' API. It provides an engaging way to discover and share inspiring quotes.

Awesome Lists containing this project

README

        

# Random Quote Generator

In this Project, I learned:
1. Position: static, relative, absolute
2. Use of Min and Max Height and Width.
3. Use of Async-Await to fetch Data from an API and then convert that data response to JSON and then use it to update the Content of HTML Tags.
4. Use of `Windows.open()`