Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 459 Bytes

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.