Skip to content

Commit 408c742

Browse files
Create README.md
1 parent ae97cec commit 408c742

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)