Free Online To-Do List
A persistent task manager that saves your to-do list to localStorage automatically. Add tasks, set priorities (High / Medium / Low), complete, delete and filter — all without an account.
About the To-Do List App
This free browser-based to-do list stores all tasks in localStorage under the key tz_todo_v1. Tasks are saved automatically whenever you add, complete, delete or edit them, so your list is always up to date when you return.
The app supports three priority levels (High, Medium, Low) with colour-coded badges, and a filter bar to view all tasks, only active tasks or completed tasks.
How to Use the To-Do List
Add a Task
Type your task in the input field. Optionally choose a priority, then press Enter or click "Add".
Complete Tasks
Click the checkbox next to a task to mark it complete. Completed tasks are shown with strikethrough text.
Edit & Delete
Click the ✏️ icon to edit a task inline. Click ✕ to delete it permanently.
Filter & Clear
Use the filter tabs to view All / Active / Completed tasks. "Clear Completed" removes all done tasks at once.
Frequently Asked Questions
Yes — tasks are saved to localStorage and persist until you clear browser data or delete them manually.
Use the ↑ and ↓ arrow buttons on each task to move it up or down. Drag-and-drop reordering is planned for a future version.
There is no enforced limit. The app will comfortably handle hundreds of tasks. Very large lists (thousands) may slow rendering slightly.
Tasks are local to the browser they were created in. There is no sync feature — all processing is client-side for privacy.