This project develops a web application as part of the JPMorgan Chase's Software Engineering Virtual Internship. In particular, the web application provides an interactive dashboard that tracks and visualizes daily movements of stock data in a clear and visually appealing manner as well as provides alerts for potential trading opportunities. Hence, this visualization of stock data feeds allows users to monitor potential trade strategies.
The project requires the following frameworks:
-
React: https://reactjs.org/
-
Node.js: https://nodejs.org/en/
-
Perspective: https://perspective.finos.org/
Run the following commands:
python datafeed/server3.py
npm install && npm start
Open http://localhost:3000 to view the app in the browser.
If the app fails to run, download this copy of node_modules.