A single-page web application using Dash (a python framework) which will show company information (logo, registered name and description) and stock plots based on the stock code given by the user.
The web application can be found here: https://stock-price-visualization.herokuapp.com/
To run the application locally:
- Download the files in a folder
- Run
$ pip install -r requirements.txt
in the directory - Run
$ python app.py
- Copy the url mentioned after running and put the link in a browser