A football livescore app made with Jetpack Compose App that consumes the data from ElenaSport API

LiveScoreApp
An Android App that fetches live and upcoming matches from the ElenaSport API
Prerequisite Before Running This App
Please sign up to Elena API and create an access token then navigate to util/Constants.kt
and put
it in the variable;
const val ACCESS_TOKEN = "Bearer [PUT ACCESS TOKEN HERE]"
ScreenShots
Demo
demo.livescore.app.mp4