Skip to content

Steyrix/Currency-Converter-MVI-Compose

Repository files navigation

Currency Converter

Stack of technologies:

  • Kotlin coroutines
  • Jetpack Compose
  • Retrofit
  • Dagger 2
  • MockK

Description:

Simple currency converter application, which uses free version of openexchangerates.org API. Implemented features:

  • Fetching currencies
  • Fetching and computing rates for available currencies
  • Caching of fetched data
  • Conversion from any available currency to other one

Example of app working Example of app working Example of app working

To do:

  • Implement validation of input, to provide the ability to input any data without a crash
  • Implement local caching using Room database to provide more control over the cache
  • Make UI much fancier

About

Simple currency converter application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages