Solution for a challenge from Devchallenges.io.
I built this simple quote generator to practice using React and displaying data from an API. Try it here
This application was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the following user stories:
- I can see a random quote
- I generate a new random quote
- When I select quote author, I can see a list of quotes from them
- I can see quote genre under the author
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/lisapnct/quote-generator.git
# Install dependencies
$ npm install
# Run the app
$ npm start
- Website lisaponcet.com
- GitHub @lisapnct
- Linkedin @lisaponcet