Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 3.38 KB

README.md

File metadata and controls

110 lines (75 loc) · 3.38 KB

Quiz App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshit

screenshot

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

Icon: https://google.github.io/material-design-icons/

API: https://restcountries.com Use data from the API to create questions and answers.

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/rali11/country-quiz-2

# Install dependencies
$ npm install

# Compiles and hot-reloads for development
$ npm run dev

# Compiles and minifies for production
$ npm run build

# Lints and fixes files
$ npm run lint

Acknowledgements

Contact