We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae97cec commit 408c742Copy full SHA for 408c742
1 file changed
README.md
@@ -0,0 +1,27 @@
1
+# 🌦️ Weather App
2
+
3
+A simple and responsive **Weather App** that provides real-time weather updates for any city using a weather API.
4
5
+---
6
7
+## 🚀 Features
8
+- 🌍 Search weather by city name
9
+- 🌡️ Displays **temperature, humidity, and weather conditions**
10
+- 🕒 Shows **real-time date & time**
11
+- 📱 Responsive design for mobile and desktop
12
+- 🔄 Dynamic icons and background based on weather
13
14
15
16
+## 🛠️ Technologies Used
17
+- **HTML, CSS, JavaScript** (Frontend)
18
+- **OpenWeatherMap API** (Weather Data)
19
20
21
22
23
+## ⚙️ Installation & Usage
24
+1. Clone this repository
25
+ ```bash
26
+ git clone https://github.com/your-username/weather-app.git
27
+ cd weather-app
0 commit comments