This is a Weather Application Website that allows users to check the current weather conditions of any city. The app features a clean and responsive design with a search bar where users can input a city name. Upon searching, the app displays key weather details like:
- Temperature – Displays the current temperature in Celsius.
- City Name – Shows the name of the city entered.
- Humidity – Displays the humidity percentage.
- Wind Speed – Shows the current wind speed in km/h.
An error message appears if an invalid city name is entered. The website is built using HTML, CSS, and JavaScript, with weather data fetched using an API. The app is responsive, ensuring smooth performance on different devices.