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. Section 2: Present stock status Section 3: Income Statement Section 4: Analyzation of historical yeraly price Section 5: Analyzation of balance sheet through pie chart 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