Flag Guesser Website

After completing the Trivia Website, I wanted to create something that had special features for both flags (which require implementing pictures) and a more difficult text-based answer entry system.

I had to hard-code a "This country is in _____" message that applies to four countries with flags that are indistinguishable in this format. The following example could be Indonesia or Monaco, but the message clarifies that:


If the user gets the flag incorrect, it will say the correct answer. Toggling continents is also possible.



This game was developed using Angular.js frontend, Node.js with Express.js backend, and PostgreSQL database. To find more information about my usage with this technology stack, check out my initial project with this framework: Trivia Website.