This TodoList website is a simple application that allows users to manage their tasks and stay organized. It provides features for creating, editing, and deleting tasks, as well as marking tasks as completed.
- Add new tasks
- Mark tasks as completed
- Delete specific task
- Delete all tasks
- Edit tasks already added to the todo list
- Clone the repository:
git clone https://github.com/yr1404/todolist.git
- Navigate to the project directory:
cd todo-list
- Open the
index.html
file in your preferred web browser.
- Enter a task in the input field and press Enter or click the "Add Task" button to add it to the list.
- Click on a checkbox to mark it as completed. The completed tasks will have a line-through style.
- Click on the "Delete" button next to a task to delete it from the list.
- Click the "Delete All" button to remove all tasks from the list.
- HTML
- Tailwind CSS
- JavaScript