Skip to content

yanmeng26/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter Project

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/.

Prerequisites

You will need the following things properly installed on your computer. Git Node.js(with NPM)

Installation

git clone https://github.com/yanmeng26/currency-converter.git cd currency-converter npm install

Node/React Versions

node v8.12.0 npm v6.4.1 NOTE: npm does not support some versions of Node.js

To Run Locally

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.

Available Scripts

In the project directory, you can run:

./build.sh

Open http://localhost:3000 to view it in the browser.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

currency converter for MMSG project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published