This is the codebase of Crypto currency Tracking Kotlin Multiplatform App.
- Ktor (Network Client)
- SQL Delight (Local DB)
- Jetpack Compose
- SwiftUI (PRs are welcome)
- Jetpack compose for desktop
- Local DB implementation
- SwiftUI
Jetpack compose for desktop
I've been using "Android Studio Arctic Fox (2020.3.1) Canary 8".
1.5
- This project is using CoinMarketCap's API to get coins' data. Get your API key from here
- Then create file in
ApiKey
incom.aman.cryptotracker.network
inshared
module
object ApiKey {
const val COIN_MARKET_KEY = "Your API key"
}