federicot / currency_converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Converter Challenge

Installation

npm install
react-native run-ios

Specifications

  • Tested in iPhone 6 iOS 11.2 Simulator
  • Implemented requirements:
    • Convert the Amount entered from Currency A to Currency B
    • Save conversions to a “recently entered” list
  • Libraries used:
  • Testing was limited to snapshot testing of components

TODO/Improvements

  • Add unit tests for libraries
  • Implement proper timeout and retry in case rates can not be loaded
  • Add "swap currency" button

About


Languages

Language:JavaScript 69.2%Language:Objective-C 16.9%Language:Python 7.5%Language:Java 6.3%