Skip to content

This React application randomizes two types of questions - questions about the name of a given country or capital city and questions about their national flag.

Notifications You must be signed in to change notification settings

Fodilahy-mena/country-quiz

 
 

Repository files navigation

Country Quiz

The main idea of this project is to create a country quiz app using an API, and use React to handle the frontend. It enables user:

image image image image

  • To see at least 2 types of question: a city is the capital of.. or a flag belong to country..
  • To see select an answer
  • To see if our answer is correct or incorrect
  • When User answers correctly, he can move on to the next question
  • When User answers incorrectly, he can see my results and try again
  • To try again

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

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

Design : https://www.figma.com/file/Gw0ZNBbYN8asqFlZWy3jG1

Live app : https://country-quiz-app.netlify.app/

Template for readme :

{Country quiz}

Table of Contents

Overview

screenshot

Built With

Features

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/your-user-name/your-project-name

# Install dependencies
$ npm install

# Run the app
$ npm start

Acknowledgements

Contact

About

This React application randomizes two types of questions - questions about the name of a given country or capital city and questions about their national flag.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • CSS 35.7%
  • HTML 2.6%