FlossyYuri / country-quiz

React Country Quiz App from Dev Challenges

Home Page:https://country--quiz.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 practice 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

About

React Country Quiz App from Dev Challenges

https://country--quiz.herokuapp.com/


Languages

Language:JavaScript 64.4%Language:SCSS 20.5%Language:CSS 9.3%Language:HTML 5.8%