Skip to content

App that helps users to find best possible time for converting money from one currency to another, using historical currency rates

Notifications You must be signed in to change notification settings

SooryaSoorya/react-forex-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React forex forecast

Web app that helps users to find best possible time for converting money from one currency to another, using historical currency rates.

Demo

Link to Demo App: https://sooryasoorya.github.io/react-forex-forecast/

How to Load the App

The project uses Node.js and the Create React App starter. If you do not have Node >= 6.x installed, you can download it here: Node.js

Once Node is installed, navigate to the directory where you want to store the app run commands:

git clone https://github.com/SooryaSoorya/react-forex-forecast.git

npm install

Once all of the dependencies have been installed successfully from the project directory you can launch the app with

npm start

A new browser window should automatically open displaying the app. If it doesn't, navigate to http://localhost:3000/ in your browser

Converter Screen

The page will reload if you make edits.
You will also see any lint errors in the console.

Launche the test runner in the interactive watch mode with

npm test

See the section about running tests for more information.

Builds the app for production to the build folder with

npm run build

It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
Your app is ready to be deployed!!

App Description

  • Contains App, Converter, Chart-view, Loader, Alert components in src folder
  • Have used gh-pages to deploy the app
  • API used for currency rates Exchange rates api

References

You can learn more in the Create React App documentation.
React hooks React hooks.
To learn React, check out the React documentation.

Feel free to ask me questions on Twitter @Soorya , LinkedIn @haisoorya

Happy coding:-)

About

App that helps users to find best possible time for converting money from one currency to another, using historical currency rates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published