Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.36 KB

Guess FM

Guess FM is a game where users are played a random radio station and have to guess what country it is from.

Motivation

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.

GIFs

A sample gameplay flow. (Warning - you won't always go 3 for 3 🙃)

'Sample gameplay'

Users can check their overall statistics - and the statistics of Guess FM.

'Statistics pages'

Stack

Front-end:

  • React
  • Material UI

Back-end

  • NodeJS
  • Express

Database management

  • PostgreSQL
  • Sequelize

Installation

Both the front-end and back-end have dependencies that need to be installed.

cd frontend && npm install
cd backend && npm install

Credits

Thank you to Jonas Michel and his unofficial Radio Garden OpenAPI for making this project possible.