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

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

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.