Foreign currency exchange calculator developed for technical interview in a local company.
Technologies:
- Ionic 5
- Angular 9
- Conversion between major world currencies:
- EUR
- USD
- GBP
- AUD
- CHF
- CAD
- JPY
- NZD
- Live exchange rates (ExchangeRatesAPI)
- Two-way conversion between currency owned and currency desired
- Currency flags
Run npm install
to install all dependencies.
ionic serve
Replace platform with android or ios:
ionic cap run <platform>