A simple web app to exchange GBP, EUR, and USD. Built with React, Redux, and Webpack.
It uses public API of http://fixer.io to get currencies rates.
Demo: http://www.maxgrb.com/works/currency-exchange
yarnto install dependencies.yarn devto run the app onlocalhost:8080.yarn buildbundle into/dist.