https://github.com/indexposition/quote-generator
Daily Inspiration: A Random Quote Generator
https://github.com/indexposition/quote-generator
api api-integration quote quote-generator web-development
Last synced: 25 days ago
JSON representation
Daily Inspiration: A Random Quote Generator
- Host: GitHub
- URL: https://github.com/indexposition/quote-generator
- Owner: IndexPosition
- Created: 2023-03-18T21:53:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T12:34:51.000Z (about 3 years ago)
- Last Synced: 2025-12-04T21:30:27.461Z (6 months ago)
- Topics: api, api-integration, quote, quote-generator, web-development
- Language: CSS
- Homepage: https://indexposition.github.io/Quote-Generator/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Inspiration: A Random Quote Generator
This is a web application that generates a random quote everytime a user clicks on the "New Quote" button. The quotes are fetched from the [Quotable API](https://api.quotable.io/random).
You can access the deployed application [here](https://indexposition.github.io/Quote-Generator/).
## Technologies used
- HTML
- CSS
- JavaScript
## How to use
To use this application, simply open the `index.html` file in your web browser. You will see a "Quotes of the day" heading with a quote and author. To generate a new quote, click on the "New Quote" button.
## Acknowledgments
- The [Quotable API](https://quotable.io/) for providing the quotes used in this application.