Skip to content

Building an app with React Hooks that allows users to test their countries and capitals knowledge. I built it from scratch.

Notifications You must be signed in to change notification settings

rinonTen/country-quiz

 
 

Repository files navigation

Country Quiz

Table of Contents

Finished app screenshot

screenshot screenshot screenshot

Design

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

Features

  • Built with React Hooks when applying Context Hooks, inline styles and CSS
  • API: Using data from an API to create questions and answers.
  • Parsing data to get capitals and countries from an API.
  • Toggling between two different questions and displaying four different answer options.
  • Finding the right answer for the country when rendering the data randomly.

Built With

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

# Install dependencies
$ npm install

# Run the app
$ npm start 

Contact

About

Building an app with React Hooks that allows users to test their countries and capitals knowledge. I built it from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.2%
  • CSS 28.3%
  • HTML 2.5%