Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.15 KB

File metadata and controls

56 lines (45 loc) · 1.15 KB

🌤️ Weather App

A simple web application that fetches real-time weather data for any city using a weather API.

🚀 Features

  • Search weather by city name
  • Displays temperature in Celsius
  • Shows humidity level
  • Shows wind speed
  • Dynamic weather icons based on conditions
  • Error handling for invalid cities

🛠️ Technologies Used

  • HTML
  • CSS
  • JavaScript
  • OpenWeatherMap API

📂 Project Structure

weather-app
│
├── images
│   ├── clear.png
│   ├── clouds.png
│   ├── drizzle.png
│   ├── humidity.png
│   ├── mist.png
│   ├── rain.png
│   ├── search.png
│   ├── snow.png
│   └── wind.png
│
├── index.html
├── style.css
├── script.js
└── README.md

⚙️ Setup Instructions

  1. Clone the repository
  2. Open the project folder
  3. Get a free API key from OpenWeatherMap
  4. Replace YOUR_API_KEY in script.js
  5. Open index.html in your browser

🔮 Future Improvements

  • 5-day weather forecast
  • Auto detect location weather
  • Weather animations
  • Mobile UI improvements