Skip to content

chyrta/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

A fully-reactive currency converter, utilizing Model-View-Intent pattern.

Screenshots

Architecture

This project utilizes MVI pattern according to the official sample by oldergod

Unit tests

To run unit tests, use this command:

./gradlew test

Linting

To perform linting of the code:

./gradlew ktlint

Also, there is another command to fix the code automatically:

./gradlew ktlintFormat

Libraries

  • RxJava 2
  • Retrofit
  • Koin

About

A simple converter which is utilizing Revolut API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages