/country-quiz

React Country Quiz App from Dev Challenges

Primary LanguageJavaScript

Country Quiz

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Build this project was a little challenging but gratifying at the end, and it was a great opportunity to practise React Context API.

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.

How To Use

  1. Fork this repository(Top right side)
  2. Clone your forked repository
    For example, run this command in your terminal/command prompt:
    git clone https://github.com/<your-github-username>/country-quiz.git
    
    Replace <your-github-username> with your username
  3. Install all dependencies(You need Node installed in your machine)
    Run the following command:
    npm install 
    # or 
    yarn install
    
    If you don't have Node installed in your machine, you can download it here, make sure you download the stable version, the one which ends with LTS, for example 14.18.5 LTS.
  4. Make your changes with git add and git commit. Note: Please write good commit messages.
  5. Run this command to push your changes to your forked repository:
    git push origin master
    
  6. Go to the Github page of your fork and make a pull request.

Acknowledgements

Contact