A native Android application built in Kotlin to track player stats for Valorant.
This project is a native Android app and uses the following technologies:
- Language: Kotlin
- Networking: Retrofit (for making API calls)
- JSON Parsing: Gson
- API: HenrikDev Valorant API
To get a local copy up and running on your machine, follow these steps.
- Clone the repository.
git clone [https://github.com/swayamn72/ValoTrack.git](https://github.com/swayamn72/ValoTrack.git)
- Open the project in Android Studio.
- Create
local.propertiesfile: In the root directory of the project, create a file namedlocal.properties. - Add your API Key: Get your own API key from the HenrikDev Discord and add it to your
local.propertiesfile like this:API_KEY=YOUR_OWN_API_KEY_HERE - Sync Gradle and run the app. The project is configured to read your key from this file.