Jungle Tournament

The Idea

Jungle Tournament is a tournament manager app.

The idea was to build an app where users can vote for one of the two opponents.

This app was made in less than a week, mainly for fun and to learn the stack.

See designs

Current fight

Fights

Stack

This project was built with:

Architecture choices

  • The app is using Cloud Firestore as a database to update in real-time scores on each user screen.

  • I also added a Cloud Function with a CRON event to update next fights at midnight.

  • Users can vote only once thanks to the anonymous auth system on Firebase Auth.

  • Flutter is a good choice to build such an app because of its cross-platform compatibility. So you can build fast and once.