Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 2.57 KB

README.md

File metadata and controls

59 lines (51 loc) · 2.57 KB

Crypto Converter

Built on Clean Architecture

Presentation

Intro

This app uses the public ConGecko API to convert Fiat currency to Crypto currency and vice-versa.
Uses Retrofit, Koin, Coroutines, Flow, LiveData, ViewModel, Fragments, Navigation and Room.

Updates

30/Aug - Working on instrumentation and unit tests (issue #1) - testing branch

Features

  • Enter any value and choose the currencies to convert

  • Result can be saved

  • Also displays high/low price in the previous 24h

  • Fiat currencies:
    AUD
    BRL
    USD
    EUR
    GBP
    CAD

  • Crypto currencies:
    Bitcoin (BTC)
    Ethereum (ETH)
    Litecoin (LTC)
    Cardano (ADA)
    Bitcoin Cash (BCH)
    Stellar (XLM)
    Tether (USDT)
    Ripple (XRP)
    Monero (XMR)
    Dogecoin (DOGE)
    Neo (NEO)
    Dash (DASH)

Screens

In use