This project supports currency conversion between any two currencies in the XML source. The frontend was bootstrapped with Create React App. The backend used Node.js You can access the client side by http://18.220.29.129:3000/.
You will need the following things properly installed on your computer.
Git
Node.js(with NPM)
git clone https://github.com/yanmeng26/currency-converter.git
cd currency-converter
npm install
node v8.12.0
npm v6.4.1
NOTE: npm does not support some versions of Node.js
npm install
node server.js
npm start
The app will now be available on localhost:3000.
NOTE: If you get an "Cannot find module". Make sure this package is installed." error on your local machine, a computer restart should fix it.
In the project directory, you can run:
Open http://localhost:3000 to view it in the browser.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.