A beginner-friendly web app that allows users to enter a city and fetch real-time weather data using an API. Displays key details like temperature, humidity, and other relevant weather information, all in a clean and interactive interface.
- Enter any city to get current weather
- Fetches data via a public API
- Displays temperature, humidity, and more
- Clean, beginner-friendly UI
- Demonstrates ability to work with APIs
- Shows skills in building simple backend logic
- Handles JSON data effectively
- Perfect for Junior Python Developer roles
- Python
- Requests for API calls
- Streamlit / Flask / Tkinter for UI (adjust based on your implementation)