Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.81 KB

README.md

File metadata and controls

76 lines (54 loc) · 1.81 KB

Country quiz

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Built With

Features

  • 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/villalb4/country-quiz

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact