The Weather App is a sleek web application designed to deliver up-to-the-minute weather information for any city around the globe. Featuring an intuitive interface, users can effortlessly search for their desired location and access crucial weather data.
- City Search: Easily search for weather information by entering the name of a city.
- Current Weather Data:
- Temperature: Displays the current temperature in the selected city.
- Humidity: Shows the percentage of humidity in the air.
- Wind Speed: Provides information about the wind speed.
- Pressure: Displays the atmospheric pressure.
- Weather Icons: Visual icons represent various weather conditions (e.g., clear, cloudy, rainy).
- Date and Time: Current date and day of the week are displayed alongside the weather data.
- Responsive Design: The app adapts to different screen sizes, ensuring usability on both desktop and mobile devices.
- Aesthetic Appeal: Features a visually appealing design with a cohesive color palette and background images.
- HTML: For structuring the web pages.
- CSS: For styling and layout, utilizing Flexbox for responsive design.
- JavaScript: For dynamic functionality and API interactions to fetch real-time weather data.
- OpenWeatherMap API: To retrieve current weather information based on user input.
-
Clone the Repository:
git clone https://github.com/Sam783/Weather-App.git
-
Navigate to the Project Directory:
cd Weather-App -
Open the Application: Locate and open the index.html file in your preferred web browser.
-
Search for Weather Information: Enter the name of a city into the search bar and click the search button to view the current weather information.
This project is licensed under the MIT License. See the LICENSE file for details.
