A modern, responsive To-Do List web app that allows users to:
-
β Create and manage tasks
-
π Reorder tasks using drag-and-drop
-
πΎ Save tasks in localStorage (persistent across sessions)
-
β Delete individual tasks
-
π Select/mark tasks as completed
-
Responsive Design β Works seamlessly on desktops, tablets, and mobile devices.
-
Task Creation β Add new tasks with a simple input field.
-
Task Selection β Mark tasks as complete/incomplete.
-
Drag & Drop Reordering β Easily rearrange tasks by dragging.
-
Persistent Storage β Tasks are stored in localStorage and reloaded on refresh.
-
Delete Tasks β Remove tasks from the list.
-
HTML5
-
CSS3 (Responsive design using Flexbox and media queries)
-
JavaScript (Vanilla)
-
LocalStorage API
-
Drag-and-drop library (Sortable.js)
MIT License. Feel free to use, modify, and share!


