Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.64 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.64 KB

Quote Generator

Solution for the Random Quote Generator Challenge from Devchallenges.io.

Table of Contents

Challenge

Challenge: Create a quote generator app. Use Front-end libraries like React or Vue. Fulfill user stories below:

  • User story: I can see a random quote
  • User story: I generate a new random quote
  • User story: When I select quote author, I can see a list of quotes from them
  • User story: I can see quote genre under the author

Solution

Demo

Find the site in action here!

screenshot-random-quote

screenshot-quotes-by-author

Built With

How To Use

To clone and run this application, you'll need Git and yarn. From your command line:

# Clone this repository
$ git clone https://github.com/anuva312/QuotesGenerator-devChallenges

# Install dependencies
$ yarn install

# Run the app
$ yarn start

Acknowledgements