/investments-tracker

Data tracker that helps users make financial decisions by creating real-time graphical visualizations based on an investment's performance.

Primary LanguageJavaScript

Investments Data Tracker

A simple investments tracker that allow users to make informed financial decisions by creating real-time graphical visualizations based on a stock's performance.


DemoGif


Features

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

Usage

  1. Zooming in - Drag over an area on the graph to zoom into
  2. Zooming out - Double click to zoom back out

Installation

Note: Make sure you run all the following commands in the root of the project's folder.

  1. Clone Repository
git clone https://github.com/forreya/investments-tracker
  1. Install Dependencies
npm install 
  1. Start Tracker
npm start

This will install the necessary packages listed in the package.json file and run the application on your computer.


Technologies