Built in December 2018. React.js + Node.js (Websocket + Express.js) application to create candlesticks (Price chart) by intervals.
Clone the project to your computer. Steps to view the solution:
- Open the server project on the IDE (I used VSCode).
- In the terminal run: 'npm i'. (and wait to download all node_modules directory).
- Once finished, in the terminal run: 'node index.js'.
- Open the client project on another IDE.
- In the terminal: npm i (again, wait to download all node_modules directory).
- Once finished, in the terminal run: 'npm start'.
- Wait 10 seconds once you see the loading animation to collect enough data for the first candlestick.
- Happy testing :).
You'll need to install VS Code, Node, and clone the project, run npm i + node index.js
- Node.js - The web framework used - server side.
- React.js - The web framework used - client side.
- Git - Source management.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Or Assayag - Initial work - orassayag
- Or Assayag orassayag@gmail.com
- GitHub: https://github.com/orassayag
- StackOverFlow: https://stackoverflow.com/users/4442606/or-assayag?tab=profile
- LinkedIn: https://linkedin.com/in/orassayag
This application has an UNLICENSED license.