A simple investments tracker that allow users to make informed financial decisions by creating real-time graphical visualizations based on a stock's performance.
Overview of the key functionalities:
- Track value of your stock positions from the last 100 business days
- Graphical visualization of your respective stock
- Zoom-in & zoom-out feature
- Zooming in - Drag over an area on the graph to zoom into
- Zooming out - Double click to zoom back out
Note: Make sure you run all the following commands in the root of the project's folder.
- Clone Repository
git clone https://github.com/forreya/investments-tracker
- Install Dependencies
npm install
- Start Tracker
npm start
This will install the necessary packages listed in the package.json file and run the application on your computer.