Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aviralsharma07/random-quote-generator
- Owner: aviralsharma07
- Created: 2024-03-30T07:56:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T09:10:33.000Z (10 months ago)
- Last Synced: 2024-03-31T10:24:14.237Z (10 months ago)
- Language: CSS
- Homepage: https://aviralsharma07.github.io/random-quote-generator/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()`