This Quote Generator provides a new, motivational quote with each click. Perfect for daily inspiration, users can easily view random quotes along with their authors, or instantly share favorites on Twitter.
Fetches Quotes: The getQuote
function uses fetch()
to retrieve a random quote from the API and display it
.Displays Content: Updates the inner HTML of the quote and author elements to display the current quote.
Twitter Sharing: The tweet
function opens a new window, pre-filled with the quote text and author for easy sharing on Twitter.