Skip to content

shadrech/React-FX-Rates-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FX Rates SPA

Simple web app that lets the user enter a date and a base currency and, when submitted, returns a list of foreign exchange rates retrieved from the fixer.io API as of that date

Running app

Install npm packages and start webpack-dev-server:

$ npm install
$ npm start

App will be live at "http://localhost:9000" in your browser

Alt text