A simple weather application built using HTML, CSS, and JavaScript that fetches real-time weather data using an external API.
- Search for any city and get current weather
- Displays:
- Temperature
- Weather conditions (e.g., Clear, Rainy)
- Icons representing the weather
- Responsive UI with clean styling
weather-web-app/
- index.html # Main HTML file
- script.js # JavaScript for API calls and DOM manipulation
- style.css # Styling for the app
- pngs/ # Folder containing weather icons