Skip to content

dudd1ts/country-quiz

Repository files navigation

Country-quiz

Solution for the Country Challenge from Devchallenges.io.

Challenge

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

Demo

Find the site in action here!

Quiz Question - type 1

quiz-question-1

Quiz Question - type 2

quiz-question-1

Results Page

quiz-result-page

Built With

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A quiz app that uses REST Countries API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors