Skip to content

Commit eddb48f

Browse files
Added the readme file
1 parent b9167fe commit eddb48f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# <div align="center">TODO LIST</div>
2+
This is a simple todo list application built using HTML, CSS, and JavaScript. It allows users to add tasks, mark them as completed, and delete them.
3+
4+
## Features
5+
- Add tasks: Users can enter a task in the input field and press Enter or click the "Add" button to add it to the list.
6+
- Mark tasks as completed: Users can click on a task to mark it as completed. Completed tasks are visually distinguished from incomplete ones.
7+
- Delete tasks: Users can remove tasks from the list by clicking the delete icon next to each task.
8+
- Responsive design: The application is designed to work well on various screen sizes, including desktops, tablets, and mobile devices.
9+
10+
## Technologies Used
11+
- HTML: Used for structuring the content of the web page.
12+
- CSS: Used for styling the user interface and making it visually appealing.
13+
- JavaScript: Used for implementing the interactive features of the todo list, such as adding, completing, and deleting tasks.

0 commit comments

Comments
 (0)