Table of Contents

⚽ Football App

A native Android application built with Kotlin to display football standings from past seasons. Powered by API-Football.


🚀 Features


🛠️ Tech Stack


📦 Getting Started

Step 1: Clone the Repository

git clone https://github.com/Android-Course-UPB/project-Alex250801
cd football-app

Step 2: Open in Android Studio

File > Open > Navigate to the cloned directory

Step 3: Add API Credentials

app/src/main/java/com/example.footballapp/util/Constants.kt

Update the API constants:

object Constants {
    const val BASE_URL = "https://v3.football.api-sports.io/"
    const val API_KEY = "your_actual_api_key"
    const val API_HOST = "v3.football.api-sports.io"
}

Step 4: Run the app

Connect your device or start an emulator, then click Run ▶️ in Android Studio.


Github