A simple app displaying the current and the historical prices of Bitcoin in several currencies. Data taken from the CoinGecko API (https://docs.coingecko.com/v3.0.1/reference/introduction)
This app was build using Kotlin, Jetpack Compose, Dagger Hilt, Retrofit and MockWebServer.
In order to build the project add your API key to your local.properties file
API_KEY={example-api-key}