hirengondhiya / currency-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currency-converter

It's a simple currency converter app build to practice redux with react.

The repository contains client app created using create react app and an api server created with express.

Running the app

  1. Server: Install the node modules using npm install in server directory and then start the server with npm start command. Server will listen on localhost port 3005.
  2. Client: Install the node modules using npm install in client directory and then start the client with npm start command. Client will start on localhost port 3000.

Usage

The user can enter origin amount or destination amount which would result in calculation of resulting destination or origin amount along with fees, exchange rate and total cost. Changing any of the currecny will result in calculation of destination amount, fees, exchange rate and total cost.

About


Languages

Language:JavaScript 83.0%Language:HTML 8.9%Language:CSS 6.3%Language:EJS 1.8%