Geoggle is a countries of the world quiz game. The quiz features questions on country capitals, flags, populations, and world regions and subregions. Country data is sourced using the REST Countries API, whilst flag images are sourced from flagpedia.
Geoggle is built using plain old Vanilla ES6 - no frameworks or libraries here. To play the quiz, follow the link (be warned - it's addictive): https://jrobind.github.io/Geoggle/
The quiz can be played in either easy or hard mode. Easy mode has no question timer and features questions regarding country flags, regions, and capitals. Hard mode includes a question timer and features all of the question types covered in easy mode plus population and subregion based questions.
You can either download this repository or clone it by running:
git clone https://github.com/jrobind/Geoggle
Install dependencies:
npm install
lastly, to start the webpack development server run:
npm run start
Please let me know of any issues/feature requests. Contributions great or small are always welcome!