diff --git a/Domains/Frontend/MiniProjects/WeatherApp/README.md b/Domains/Frontend/MiniProjects/WeatherApp/README.md
deleted file mode 100644
index 507e3c45..00000000
--- a/Domains/Frontend/MiniProjects/WeatherApp/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-**Contributor:** Aaditya-2407
-
-## Description
-A simple web application that fetches and displays the current weather for a city using the OpenWeatherMap API.
-
-## Tech Stack
-- HTML
-- CSS
-- JavaScript (Vanilla)
-- Fetch API (OpenWeatherMap)
-
-## Setup
-1. Get a free API key from [OpenWeatherMap](https://openweathermap.org/appid).
-2. Open the `script.js` file.
-3. Replace the placeholder `'YOUR_API_KEY'` with your actual API key.
-
-## How to Run
-1. After adding your API key, open the `index.html` file in your web browser.
\ No newline at end of file
diff --git a/Domains/Frontend/MiniProjects/WeatherApp/index.html b/Domains/Frontend/MiniProjects/WeatherApp/index.html
deleted file mode 100644
index 27cdd455..00000000
--- a/Domains/Frontend/MiniProjects/WeatherApp/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
- Weather App
-
-
-
-
-
Weather App
-
-
-
-
-
-
Enter a city to get the weather.
-
-
-
-
-
\ No newline at end of file
diff --git a/Domains/Frontend/MiniProjects/WeatherApp/._index.html b/Domains/Frontend/MiniProjects/weather-app/._index.html
similarity index 100%
rename from Domains/Frontend/MiniProjects/WeatherApp/._index.html
rename to Domains/Frontend/MiniProjects/weather-app/._index.html
diff --git a/Domains/Frontend/MiniProjects/weather-app/README.md b/Domains/Frontend/MiniProjects/weather-app/README.md
new file mode 100644
index 00000000..fca26cb4
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/weather-app/README.md
@@ -0,0 +1,64 @@
+<<<<<<< HEAD
+# 🌦️ Weather App
+
+**Contributor:** [Tanvi2307](https://github.com/Tanvi2307)
+
+A simple weather application built with **HTML**, **CSS**, and **JavaScript** that fetches real-time weather data using the [OpenWeatherMap API](https://openweathermap.org/api).
+
+---
+
+## 🚀 How to Run
+1. Get a free API key from [OpenWeatherMap](https://openweathermap.org/api).
+2. Replace `"YOUR_API_KEY"` in `script.js` with your actual key.
+3. Open `index.html` in your browser.
+4. Type a city name and click **Search** to view weather details.
+
+---
+
+## 🧰 Features
+✅ Fetches real-time weather using OpenWeatherMap API
+✅ Displays temperature, humidity, wind speed, and description
+✅ Dynamic weather icons based on current condition
+✅ Responsive and beginner-friendly design
+✅ Error handling for invalid city names
+
+---
+
+## 🧩 Tech Stack
+
+| Technology | Purpose |
+|-------------|----------|
+| **HTML5** | Structure of the app and content layout |
+| **CSS3** | Styling and responsive design |
+| **JavaScript (ES6)** | Logic, API integration, and dynamic content updates |
+| **OpenWeatherMap API** | Provides real-time weather data (temperature, humidity, wind, etc.) |
+
+---
+
+## 📂 Project Structure
+WeatherApp
+│
+├── index.html
+├── style.css
+├── script.js
+└── README.md
+=======
+**Contributor:** Aaditya-2407
+
+## Description
+A simple web application that fetches and displays the current weather for a city using the OpenWeatherMap API.
+
+## Tech Stack
+- HTML
+- CSS
+- JavaScript (Vanilla)
+- Fetch API (OpenWeatherMap)
+
+## Setup
+1. Get a free API key from [OpenWeatherMap](https://openweathermap.org/appid).
+2. Open the `script.js` file.
+3. Replace the placeholder `'YOUR_API_KEY'` with your actual API key.
+
+## How to Run
+1. After adding your API key, open the `index.html` file in your web browser.
+>>>>>>> main
diff --git a/Domains/Frontend/MiniProjects/weather-app/index.html b/Domains/Frontend/MiniProjects/weather-app/index.html
new file mode 100644
index 00000000..77cf4776
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/weather-app/index.html
@@ -0,0 +1,50 @@
+
+
+
+<<<<<<< HEAD
+
+
+ Weather App
+
+
+
+