Solution for the Country Challenge from Devchallenges.io.
Challenge: Create a country quiz app using an API. Use Front-end libraries like React or Vue. Fulfill user stories below:
- User story: I can see at least 2 types of questions: a city is the capital of.. or a flag belong to country..
- User story: I can select an answer
- User story: I can see if my answer is correct or incorrect
- User story: When I answer correctly, I can move on to the next question
- User story: When I answer incorrectly, I can see my results and try again
- User story: I can try again
Find the site in action here!
To clone and run this application, you'll need Git and yarn. From your command line:
# Clone this repository
$ git clone https://github.com/anuva312/CountryQuiz-devChallenges
# Install dependencies
$ yarn install
# Run the app
$ yarn start