Scores Dashboard

Football scores dashboard

Go to Scores Dashboard

I built this Football dashboard so that I could follow the scores of teams from different leagues on one screen. It's very customisable, allowing users to choose how many scores to display, and the colours of the background and scores. The dynamic, responsive nature of the app taught me a lot about writing code that handles lot's of different possible cases efficiently.

Another key feature of this project is the integration with a third-party API, which is used to fetch the live scores. It makes requests to the API every 60 seconds, and updates the scores accordingly.

Tech Stack

  • React
  • JavaScript
  • Tailwind CSS
  • Supabase
  • RapidAPI
  • Netlify