Skip to content

An app that enables users to exchange currency between US dollar, British pound, and Euro based on prevailing exchange rate.

License

Notifications You must be signed in to change notification settings

ksharifbd/currency-exchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchanger

An app that enables users to exchange currency between US dollar, British pound, and Euro based on prevailing exchange rate.

Running the app

  • The app uses open exchange rates API to get the latest exchange rate in every 10 seconds interval. Please sign up there and the api key will be provided.
  • clone the repo.
  • Create a .env file and put the api key there. View the .env.sample for the environment variable name.
  • run npm start
  • The app will be run at localhost:3000

Running the test

  • run npm test to run the suites

Technology Used

  • React
  • Redux
  • Redux-Saga
  • Jest
  • Material-UI with the styled component functionality.

This app is scaffolded using create-react-app

About

An app that enables users to exchange currency between US dollar, British pound, and Euro based on prevailing exchange rate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published