This is a simple weather app built using HTML, CSS, and JavaScript. It fetches weather data from an external API using the Fetch API in JavaScript.
You can view a live demo of this project :- https://weatherapp-t.netlify.app/.
- Displays current weather information based on user search query.
- Shows temperature, weather condition, humidity, and wind speed.
- Responsive design, suitable for both desktop and mobile devices.
- Implemented error handling mechanisms to gracefully handle API request failures and display appropriate error messages to the user.


