Guess FM is a game where users are played a random radio station and have to guess what country it is from.
Inspired by the trend of simple online games like Wordle, Guess FM combines the functionality of GeoGuessr - a game where users guess where in the world a Google Street View image is - with the API of Radio Garden — an app that aggregates radio stations from all over the world.
A sample gameplay flow. (Warning - you won't always go 3 for 3 🙃)
Users can check their overall statistics - and the statistics of Guess FM.
Front-end:
- React
- Material UI
Back-end
- NodeJS
- Express
Database management
- PostgreSQL
- Sequelize
Both the front-end and back-end have dependencies that need to be installed.
cd frontend && npm install
cd backend && npm install
Thank you to Jonas Michel and his unofficial Radio Garden OpenAPI for making this project possible.