A modern Android app built with Kotlin and Jetpack libraries to track live cryptocurrency prices using public APIs. The app offers a smooth, clean UI and industry-standard architecture.
- Login to CoinCap Using Link - https://pro.coincap.io/dashboard

- Copy the API_KEY from dashboard
- Then in local.properties file add two lines
- 1 - BASE_URL=https://rest.coincap.io/v3/
- 2 - COINCAP_API_KEY=Copied API_KEY
- 📈 Live cryptocurrency prices with past 6 hours price change graph
- 🌙 Dark mode support
- ⚙️ MVI architecture with Repository pattern
- 🚀 Powered by Ktor Client, Coroutines, ViewModel, LiveData
| Category | Libraries / Tools |
|---|---|
| Language | Kotlin |
| Architecture | MVI, Repository Pattern |
| Networking | Ktor Client, OkHttp, Gson |
| Asynchronous | Kotlin Coroutines |
| Dependency Injection | Hilt |
| UI | Material Design, Jetpack Compose / XML |
| Others | LiveData, ViewModel, Navigation Components |

