Learning how to build interactive and data-driven stock price checker web app in Python using the Streamlit library.

Steps to use the code

  1. Clone the repo to your local system.
  2. cd in the project directory
  3. Run the following command in your terminal to install all the dependencies pip install -r requirements.txt
  4. To load the app run the following command streamlit run main.py
  5. Follow the localhost link to view the app on the browser

(Reference - https://github.com/dataprofessor/streamlit_freecodecamp)