This web application allows you to get a random quote and also get a list of quotes by a selected author.
Demo: QuotesChallengeApp
- You can see a random quote.
- You can generate a new random quote.
- When You select quote author, I can see a list of quotes from them
- You can see quote genre under the author
First, clone this repository:
git clone https://github.com/OzkrMonroy/quotes-challenge.git
Then, enter the folder and install the dependencies:
npm install
Finally, run the development server:
npm start
Open http://localhost:3000 with your browser to see the result.
You can find the challenge here!