diff --git a/Domains/Frontend/MiniProjects/PomodoroTimer/README.md b/Domains/Frontend/MiniProjects/PomodoroTimer/README.md
new file mode 100644
index 00000000..936f890e
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/PomodoroTimer/README.md
@@ -0,0 +1,54 @@
+# ๐ Pomodoro Timer
+
+**Contributor:** [YourGitHubUsername](https://github.com/YourGitHubUsername)
+
+---
+
+## ๐งพ Description
+A simple and effective **Pomodoro Timer** web app built using **HTML**, **CSS**, and **JavaScript**.
+Helps you manage your work and break sessions following the Pomodoro technique to boost productivity.
+
+---
+
+## ๐ Folder Structure
+
+Pomodoro-Timer/
+โโโ index.html # Main HTML file
+โโโ style.css # Stylesheet for layout and design
+โโโ script.js # JavaScript logic for timer functionality
+โโโ README.md # Project documentation
+
+---
+
+## ๐ Features
+- โฒ๏ธ 25-minute work sessions and 5-minute breaks by default
+- โถ๏ธ Start, pause, and reset timer controls
+- ๐ Automatic session switching between work and break
+- ๐ Alerts on session changes
+- ๐ฑ Responsive and clean UI
+
+---
+
+## ๐งฉ Tech Stack
+- **HTML5** โ Structure and markup
+- **CSS3** โ Styling and layout
+- **JavaScript (Vanilla)** โ Timer logic and interactivity
+
+---
+
+## ๐ก How to Use
+1. Click **Start** to begin a work session timer.
+2. Use **Pause** to stop the timer temporarily.
+3. Click **Reset** to restart the timer and switch back to the work session.
+4. When time ends, an alert notifies you to switch sessions automatically.
+
+---
+
+## ๐ Installation & Usage
+1. Clone or download the repository.
+2. Open `index.html` in your web browser.
+3. Enjoy your Pomodoro sessions!
+
+---
+
+Feel free to contribute and improve this project!
diff --git a/Domains/Frontend/MiniProjects/PomodoroTimer/index.html b/Domains/Frontend/MiniProjects/PomodoroTimer/index.html
new file mode 100644
index 00000000..eb67e146
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/PomodoroTimer/index.html
@@ -0,0 +1,25 @@
+
+
+