Skip to content

An example of currency converter built in React.js with Redux. It uses https://openexchangerates.org/ for fetching the current currency rates.

Notifications You must be signed in to change notification settings

daniyel/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example currency converter.

How it works

Choose amount we want to convert, initial and end currency. Press convert. Below we can see history of conversions.

Prerequisites

Replace REACT_APP_OPEN_EXCHANGE_RATES_APP_ID in .env with your app_id, that you get by registering at https://openexchangerates.org/signup.

Notice: Free version is limited for converting values between USD and other currencies. For conversion between other currencies, we need either The Developer, The Enterprise or The Unlimited plan.

Install dependencies npm i or yarn install.

Development

In the project directory, you can run:

npm start or yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm test or yarn test

Launches the test runner in the interactive watch mode.

Production

npm run build

Builds the app for production to the build folder.

About

An example of currency converter built in React.js with Redux. It uses https://openexchangerates.org/ for fetching the current currency rates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published