This is a simple and modern Weather App that allows users to search for the current weather in any city. The app displays real-time weather data including temperature, forecast, humidity, wind, pressure, and more.
- Search for weather by city name
- Displays city, country, and current date/time
- Shows weather forecast, temperature, min/max temperature
- Additional details: feels like, humidity, wind speed, and pressure
- Responsive and clean user interface
- HTML5
- CSS3 (with responsive design)
- JavaScript (ES6+)
- OpenWeatherMap API
- Clone or download this repository to your local machine.
- Open the
index.html
file in your web browser. - Enter a city name in the search bar and press Enter to view the weather details.
index.html
- Main HTML filelogic/index.js
- JavaScript logic for fetching and displaying weather datastyling/style.css
- CSS styles for the appassets/
- Images and icons
This app uses the OpenWeatherMap API. The API key is already included in the code for demonstration purposes. For production use, please use your own API key from OpenWeatherMap.
Author: Abbasi-codes-hub License: MIT