This is a simple weather application built using HTML, CSS, and JavaScript.
It allows users to search for a city and view the current weather conditions using an API.
- Search for any city
- Displays current weather conditions
- Shows temperature, feels like, humidity, and wind speed
- Handles invalid city names
- Loading and error messages
- Responsive design for mobile and desktop
- How to use
fetch()to get data from an API - Working with
async/await - Handling JSON data
- Updating the DOM with API results
- Basic error handling with try/catch
- Working with user input