bk20dev / country-quiz

Home Page:country-quiz-topaz.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Country Quiz

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Built With

Features

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

How To Use

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/bk20dev/country-quiz

# Install dependencies
$ npm install

# Run the app
$ npm start

Acknowledgements

Contact

About

country-quiz-topaz.vercel.app


Languages

Language:JavaScript 78.8%Language:HTML 18.8%Language:SCSS 2.3%