An example of a simple exchange rates web apps built in React Redux based on Create React App. Using
Live Preview : https://simple-exchange-rates.netlify.com/
Chrome Lighthouse performance test in February 16, 2018
$ git clone https://github.com/yasintze/simple-exchange-rates.git
$ cd simple-exchange-rates
$ yarn install
$ yarn run start
https://api.exchangeratesapi.io/latest
You can configure permitted currency from ./src/currency.js
files
Testing need more improvement!
Released under the MIT License. Check LICENSE
file for more info.