Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.26 KB

Stock Analyzer

About Project

This project has 5 sections:

Section 1: Basic information

User has to add stock name(NASDAQ) of company in input field. For amazon it is AMZN.

basicInfo

Section 2: Present stock status

present stock status

Section 3: Income Statement

income statement

Section 4: Analyzation of historical yeraly price

historical yearly price

Section 5: Analyzation of balance sheet through pie chart

balance sheet statement

Project setup

Step 1: Clone the repository

git clone https://github.com/sarthak-g/StockAnalyzer.git

Step 2: Move inside cloned repository

cd StockAnalyzer/

Step 3: Install dependencies

npm install

Step 4: Run app on local server

npm run serve