Solution for the Random Quote Generator Challenge from Devchallenges.io.
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
Find the site in action here!
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