diff --git a/Index.md b/Index.md
index 5fb8d6d5c..7dbd2c02b 100644
--- a/Index.md
+++ b/Index.md
@@ -111,3 +111,4 @@
| [Pomodoro Timer](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Pomodoro-Timer) | A simple Pomodoro Timer using React.js, where you can track the time spent on work and break. |
| [TravelPro](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/TravelPro) | A simple static website to enhance HTML & CSS skills |
|[Audio Visualization with three.js](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Audio%20Visualization%20with%20three.js) | audio visualization using the powerful 3D graphics library, three.js |
+| [Unit Converter](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Unit-Converter) | A beginner-friendly web app to convert length and weight units with instant results and unit swap support. |
diff --git a/Unit-Converter/README.md b/Unit-Converter/README.md
new file mode 100644
index 000000000..e41731aa4
--- /dev/null
+++ b/Unit-Converter/README.md
@@ -0,0 +1,34 @@
+# Unit Converter
+
+A beginner-friendly web app to convert units quickly.
+
+## Features
+
+- Convert **length** units: meter, kilometer, centimeter, mile, foot
+- Convert **weight** units: kilogram, gram, pound, ounce
+- Swap units with one click
+- Instant conversion as you type
+- Basic invalid-input handling
+
+## Tech Stack
+
+- HTML
+- CSS
+- JavaScript
+
+## How to Run
+
+1. Open the `Unit-Converter` folder.
+2. Open `index.html` in your browser.
+
+No build tools or dependencies required.
+
+## Screenshot
+
+Add your screenshot file here:
+
+- `Unit-Converter/preview.jpeg`
+
+Then this README will render it:
+
+
diff --git a/Unit-Converter/index.html b/Unit-Converter/index.html
new file mode 100644
index 000000000..720f47689
--- /dev/null
+++ b/Unit-Converter/index.html
@@ -0,0 +1,51 @@
+
+
+