This web application allows you to get a random quote and also get a list of quotes by a selected author.
Demo: QuizCountriesChallenge
- You can see at least 2 types of questions: a city is the capital of.. or a flag belong to country..
- You can select an answer.
- You can see if your answer is correct or incorrect.
- When You answer correctly, You move on to the next question and your score increment plus one.
- You can try again.
First, clone this repository:
git clone https://github.com/OzkrMonroy/quiz-challenge-app.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!