Web app that helps users to find best possible time for converting money from one currency to another, using historical currency rates.
Link to Demo App: https://sooryasoorya.github.io/react-forex-forecast/
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
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!!
- 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
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:-)