Random quote generator
Challenge: Create a quote generator app following the given design.
Built With
Features
- 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
How To Use
To clone and run this application to create your owm random quote generator, 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/your-user-name/your-project-name
# Install dependencies
$ npm install
# Run the app
$ npm run dev