Solution for a challenge from Devchallenges.io.
It consists of a trivia game about flags and capitals of countries, where you can accumulate points by answering correctly in a row.
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.
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/kevinantech/react-country-quiz
# Install dependencies
$ npm install
# only if you use pnpm
$ pnpm install
# Run the app
$ npm run dev
# only if you use pnpm
$ pnpm run dev
- Website your-website.com
- GitHub kevinantech