A simple Streamlit app that allows users to search for stock symbols (like AAPL or TSLA) and view historical price data using the Alpha Vantage API.
- Live stock data (daily OHLC)
- Interactive chart and data table
- Built with Streamlit
- Dockerized and CI/CD enabled
- Deployed on Streamlit Community Cloud
- Clone the repo:
git clone https://github.com/BlakeMaas/stockTrackerAPIpractice.git cd stockTrackerAPIpractice