This To-Do List Application is a simple web-based tool that allows users to add, remove, and sort tasks based on due dates. With a responsive and user friendly design created using pure HTML/CSS/JAVASCRIPT.
- Add tasks with associated due dates.
- Display tasks in order of upcoming due dates.
- Mark tasks as completed.
- Remove tasks from the list.
- Store tasks persistently using
localStorage.
- HTML5
- CSS3
- JavaScript