This project is a simple weather application that allows users to get real-time weather information by entering a city name. It fetches data from the OpenWeatherMap API and displays the current temperature, weather condition, and location details. The app includes a loader that appears while the data is being fetched.
- Fetch real-time weather data using OpenWeatherMap API.
- Display weather details such as temperature, condition, and city information.
- Show a loading spinner while fetching data.
- Handles errors for invalid city names and displays an appropriate message.
- Clone the repository:
git clone https://github.com/AhsanYaqoob/Whether-App