This is a simple weather application that allows users to search for the current weather in any city. The application uses the OpenWeatherMap API to fetch weather data.
- Search for the current weather by city name.
- Display temperature, humidity, wind speed, and weather condition.
- Show an error message if the city is not found.
- Clone the repository:
git clone https://github.com/yourusername/weather-app.git cd weather-app