Soccer Predictor

2015
https://soccerpredictorapp.com


Summary

Soccer Predictor was an Android, iOS and Web application that predicted the scoreline of soccer (football) games in Europe's top 5 leagues. It used a proprietary algorithm that factored in statistics such as a team's wins, losses, ties, form, goals for and goals against to provide a prediction that was right about 2/3 of the time. Over the course of it's lifetime, it reached over 70,000 downloads and accolades such as Top Free Sports App in Fiji in January 2017 and Top 5 Free Sports Apps in numerous other countries.

I originally used Parse for my backend but shifted to Firebase Realtime Database after Parse shutdown years ago. I natively developed the Android application using Java and the iOS application using Swift. The Web version was not feature complete, but was implemented using pure JS to hook into the Firebase Database.

I am currently developing a followup to Soccer Predictions using Firebase Cloud Firestore and Flutter, which compiles into native Android, iOS and Web applications, so I can use one common code base.


Screenshots

The landing page for Soccer Predictor


← Back