Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.3 KB

README.md

File metadata and controls

59 lines (41 loc) · 2.3 KB

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:-)