This is a simple guessing game built on ReactJS. The user sees a photo on the screen - one at a time - and she is supposed to guess where (in which country) the shown photo has been shot. There are always three options to select from. The image is gradually revealed to the user as the reactangles residing on top of the image are removed. When the image is loaded, the game timer starts ticking and the user has to be quick to deliver the correct answer. If the time on the timer runs out or the user selects an incorrect option, the game is ended.
In the project directory, you can run:
to install the required dependencies.
to start the application. The command runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build folder.

