This Weather App is a simple web application that allows users to search for weather information based on city names. It fetches data from the OpenWeatherMap API and displays the temperature and weather conditions for the searched city.
- Search for weather information by entering a city name.
- Displays the temperature in Celsius.
- Shows the weather conditions with corresponding icons.
- HTML
- CSS
- JavaScript
- Google Maps API
To run the Weather App locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Shakeelkhuhro/Weather-App.git
-
Open the project directory:
bash Copy code cd weather-app Open the index.html file in a web browser:
bash Copy code open index.html Enter a city name in the search input and press Enter to retrieve the weather information.