lighthouse-labs / todo-list-js-exercise

Todo List App
20 stars 3.74k forks source link

Update index.js #10

Open Saqibaqeel opened 1 year ago

Saqibaqeel commented 1 year ago

Task Filtering and Sorting: Add the ability to filter and sort tasks based on various criteria, such as due date, priority, or category.

Task Deletion: Implement a feature to delete tasks from the list when they are no longer needed.

Task Reminders: Set up reminders for tasks, either as notifications or email alerts, based on due dates.

Data Persistence: Store tasks in local storage or a database so that they persist between sessions.