Solution for the Country Challenge from Devchallenges.io.
Challenge: Create a country quiz app using an API. 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!
npm installnpm run devnpm run buildLint with ESLint
npm run lint

