diff --git a/Task Timer/README.md b/Task Timer/README.md
new file mode 100644
index 0000000..0303f97
--- /dev/null
+++ b/Task Timer/README.md
@@ -0,0 +1,36 @@
+Certainly, here's a sample README file for your Task Timer web app, inspired by the reference README you provided:
+
+# Task Timer 🕒
+
+[Live Demo](https://task-timer-efe4.onrender.com)
+
+## Overview 📝
+
+Task Timer is a simple web application that allows users to track work or study sessions with customizable intervals and a visual timer display. Whether you need to manage your work hours, study sessions, or any other time-based tasks, Task Timer provides an easy-to-use solution.
+
+## Features 🚀
+
+- **Customizable Timer**: Set your desired time for work or study sessions.
+- **Visual Timer Display**: See the countdown timer in a user-friendly format.
+- **Pause and Resume**: Pause and resume your sessions as needed.
+- **Task Name**: Assign a name to your task to keep your focus.
+- **Reset Functionality**: Start a new session or change your settings easily.
+
+## How to Use Task Timer 📖
+
+1. **Set the Task Name**: Enter the name of the task you want to work on.
+2. **Specify Time**: Input the number of minutes you plan to dedicate to the task.
+3. **Start Timer**: Click the "Start" button to begin the timer countdown.
+4. **Pause and Resume**: Use the "Pause" button to temporarily stop the timer, and the "Resume" button to continue.
+5. **Reset**: To start a new session or adjust settings, click the "Reset" button.
+
+## Technologies Used 💻
+
+- **HTML**: Used for structuring the web page and content.
+- **CSS**: Applied for styling and layout.
+- **JavaScript**: Implemented to create an interactive and dynamically updating timer.
+
+## User Interface 🖼️
+
+![Task Timer](image.png)
+![Task Timer Running](image-1.png)
diff --git a/Task Timer/image-1.png b/Task Timer/image-1.png
new file mode 100644
index 0000000..926a4a8
Binary files /dev/null and b/Task Timer/image-1.png differ
diff --git a/Task Timer/image.png b/Task Timer/image.png
new file mode 100644
index 0000000..720abec
Binary files /dev/null and b/Task Timer/image.png differ
diff --git a/Task Timer/index.html b/Task Timer/index.html
new file mode 100644
index 0000000..e24a22b
--- /dev/null
+++ b/Task Timer/index.html
@@ -0,0 +1,24 @@
+
+
+