A simple weather application built with HTML, CSS, and JavaScript. It fetches real-time weather data and displays it in a user-friendly interface.
- Search weather by city name
- Displays temperature, weather condition, and icons
- Responsive design for desktop and mobile
- Minimal and clean UI
- HTML5 for structure
- CSS3 for styling (responsive, clean design)
- JavaScript (ES6) for fetching and displaying weather data
.
βββ index.html # Main HTML file
βββ master.css # Stylesheet
βββ main.js # JavaScript logic
-
Clone or download this repository:
git clone https://github.com/your-username/weither-html-css-js.git
-
Open
index.htmlin your browser. -
Enter a city name to see the weather details.
This project likely uses a weather API (e.g., OpenWeatherMap API).
This project is licensed under the MIT License.