ComposeCryptocurrencyApp

Simple project unsing Kotlin and Jetpack Compose to consume coinpapikra API to list the coins. Consuming "/v1/coins" and "/v1/coins/{coinId}" to get the coins information.

Architecture
  • MVVM along with repository design pattern
Main Libraries
  • Jetpack Compose for UI Interface
  • Hilt for dependency injection
  • Retrofit + OkHttp to consume API

TODO: Add tests