A simple, interactive weather dashboard built with Streamlit that allows users to check current weather conditions for any city. This project is designed as a learning exercise for Git and GitHub collaboration.
Clone the repository
Create a virtual environment (recommended)
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate
Install dependencies
pip install -r requirements.txt
Get an API Key
streamlit run main.py
We welcome contributions from developers of all skill levels! This project is designed to help you learn Git and GitHub workflows.
git checkout -b feature/your-feature-name
git add .
git commit -m "Add meaningful commit message"
git push origin feature/your-feature-name
streamlit>=1.10.0
requests>=2.28.0
python-dotenv>=0.20.0
See the Issues page for a list of known issues and planned improvements.
This project is licensed under the MIT License - see the LICENSE file for details.