Skip to content

AshleyRapone/random_quote_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Quote Generator

The random quote generator will display a new quote on the page after the button is clicked

Features I added:

  • 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

Instructions:

  • 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

Releases

No releases published

Packages

No packages published