Country Quiz (DEMO)
To clone and run this application, you'll need Git and Node installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/RupeshGhosh10/country-quiz
# Install dependencies
$ npm install
# Run the app
$ npm start