Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.39 KB

Quiz Countries App Challenge

This web application allows you to get a random quote and also get a list of quotes by a selected author.

Demo: QuizCountriesChallenge

Project screenshot

Built with

Features

  • 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.

Getting Started

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!