diff --git a/Domains/Frontend/MiniProjects/PersonalBudgetTracker/README.md b/Domains/Frontend/MiniProjects/PersonalBudgetTracker/README.md
new file mode 100644
index 00000000..16d3a15c
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/PersonalBudgetTracker/README.md
@@ -0,0 +1,46 @@
+# ๐ฐ Personal Budget Tracker
+
+**Contributor:** [Tanvi2307](https://github.com/Tanvi2307)
+
+---
+
+## ๐งพ Description
+A **simple and intuitive Personal Budget Tracker web app** built with **HTML**, **CSS**, and **JavaScript**.
+Easily track your income and expenses, visualize your balance, and manage your finances โ all in one clean, responsive interface.
+
+---
+
+## ๐ Features
+- ๐ธ **Income & Expense Tracking** โ Add and remove transactions with descriptions and amounts.
+- ๐ **Real-time Balance Update** โ See your current balance, total income, and total expenses instantly.
+- ๐๏ธ **Delete Transactions** โ Remove any transaction with a single click.
+- ๐ฑ **Responsive Design** โ Works seamlessly on desktop and mobile devices.
+- โก **Lightweight & Fast** โ Pure vanilla JavaScript for smooth performance.
+
+---
+
+## ๐งฉ Tech Stack
+- **HTML5** โ Structure and content
+- **CSS3** โ Styling and responsive layouts
+- **JavaScript (Vanilla)** โ Interactive logic and DOM manipulation
+
+---
+
+## ๐ก Bonus Features
+- ๐ Clear and descriptive transaction entries.
+- ๐ ๏ธ Easy to customize and extend.
+- ๐จ Clean UI with intuitive user experience.
+
+---
+
+## ๐ Installation & Usage
+1. Clone or download the repo.
+2. Open `index.html` in any modern web browser.
+3. Start adding your budget entries and keep track of your finances!
+
+---
+
+Feel free to contribute and improve this project!
+
+---
+
diff --git a/Domains/Frontend/MiniProjects/PersonalBudgetTracker/index.html b/Domains/Frontend/MiniProjects/PersonalBudgetTracker/index.html
new file mode 100644
index 00000000..33f8a991
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/PersonalBudgetTracker/index.html
@@ -0,0 +1,42 @@
+
+
+