Solution for a challenge from Devchallenges.io.
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.
- I can see at least 2 types of questions: a city is the capital of.. or a flag belong to country..
- I can see select an answer
- I can see if my answer is correct or incorrect
- When I answer correctly, I can move on to the next question- When I answer incorrectly, I can see my results and try again
- I can try again
I use these API for generate Questions and Answers
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/Sstark97/country-quiz
# Install dependencies
$ npm install
# Run the app
$ npm start