Skip to content

hirengondhiya/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published