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.
You can access the deployed application here.
- HTML
- CSS
- JavaScript
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.
- The Quotable API for providing the quotes used in this application.