diff --git a/Simple To Do List/README.md b/Simple To Do List/README.md
new file mode 100644
index 0000000..10f4a98
--- /dev/null
+++ b/Simple To Do List/README.md
@@ -0,0 +1,26 @@
+# Simple To-Do List
+
+A basic to-do list web application created using HTML, CSS, and JavaScript.
+
+## Overview
+
+This is a simple web-based to-do list application that allows you to add and remove tasks. Users can add tasks by typing them in the input field and pressing the "Add" button or hitting the Enter key. Tasks can be deleted by clicking the "Delete" button next to each task.
+
+## Features
+
+- Add tasks
+- Delete tasks
+- User-friendly interface
+
+## Usage
+
+1. Open the `index.html` file in your web browser.
+2. Enter a task in the input field.
+3. Click the "Add" button or press Enter to add the task to the list.
+4. To remove a task, click the "Delete" button next to the task.
+
+## Files
+
+- `index.html`: The main HTML file containing the structure of the to-do list.
+- `style.css`: The CSS file for styling the web page.
+- `script.js`: The JavaScript file that provides the functionality of adding and removing tasks.
diff --git a/Simple To Do List/index.html b/Simple To Do List/index.html
new file mode 100644
index 0000000..ec2a328
--- /dev/null
+++ b/Simple To Do List/index.html
@@ -0,0 +1,18 @@
+
+
+