This game displays random flags and the user has to guess which country it belongs to. Built with ReactJS + Mantine. Flags sourced from react-world-flags. The API server runs in NodeJS, and there's an alternative API code in PHP here.
Clone this repository and install dependencies
git clone https://github.com/leandrorsant/flag_guessing_app
cd flag_guessing_app
npm i
cd server
npm i
npm start
npm run devStart