Skip to content

howdykevin/ReactRandomQuoteGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactRandomQuoteGenerator

Created with CodeSandbox

Objective:

A random quote generator that fetches random quotes from forismatic API upon click of 'New Quote' button. One can also tweet the quote directly.

Functionalities:

  • On first load, a random quote is generated
  • Author's name is displayed, else display 'Unknown'
  • New Quote generated every click of 'New Quote' Button
  • Quote can be tweeted by clicking the tweet button.