This To-Do List website allows users to manage their tasks efficiently. It includes features such as adding, editing, deleting tasks, auto-sorting, searching through tasks, and saving tasks to local storage.
- Add Task: Users can add new tasks with a title and optional description.
- Edit Task: Users can edit existing tasks to update their details.
- Delete Task: Users can delete tasks they no longer need.
- Auto-Sort: Tasks are automatically sorted based on criteria such as due date or priority.
- Search Through Tasks: Users can search for tasks using keywords.
- Local Storage: Tasks are saved in the browser's local storage, allowing users to retain their tasks even after closing the browser.
- Clone the repository:
git clone https://github.com/your-username/todo-list-website.git