Skip to content

YousefAnsary/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurrencyConverter

Simple Currency Converter Application based on fixer.io
Currency Converter is Architected in MVVM, uses RxSwift for data bindings, Coordinator layer for navigations
and a Repository layer for currencies operations, Service Layer for API Calls and Unit Tests for Repository layer
you can start by downloading source code or cloning it the way you prefer or running this command in cmd

git clone https://github.com/YousefAnsary/CurrencyConverter.git

all pods is not ignored and pushed to repository already so you do not have to run pod install
open the file CurrencyConverter.xcworkspace
from the top bar next to run button ensure the selected scheme is CurrencyConverter
and next to it select your device (but ensure you've signed this project to an apple account that trusts this phone)
or select your preferred simulator then hit run!



application starts with a list of currencies to base EUR
pressing on the blue bar at the top lets you change the base currency,



selecting any currency from the home main list will open a currency calculator from base currency to the selected currency for you



and you have pull to refresh feature

About

Simple Currency Converter Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published