Repository files navigation
The random quote generator will display a new quote on the page after the button is clicked
The quotes array that stores quote objects with properties about each quote
The getRandomQuote function returns a random quote from the quotes array
The getRandomColor function returns an array of three random numbers which correlates to red, green, and blue values
The printQuote function returns the html to display the quotes on the webpage
Open the index.html file in Google Chrome
Click the Show another quote button
After the button is clicked, the quote on the page will change as well as the background color
Each quote displays the author of the quote as well as the citation
If the quote has a year or a season property, the webpage will display it underneath the quote
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Languages
JavaScript
48.8%
CSS
38.0%
HTML
13.2%
You can’t perform that action at this time.