Online Checklist Maker
Create to-do checklists with progress tracking, auto-save, and copy-as-text. Check off items as you go.
Runs in your browser. No data leaves your device.
Frequently Asked Questions
How does the Checklist Maker work?
The tool stores your checklist items as an array of objects (text + checked boolean) in localStorage. Adding an item pushes to the array, toggling a checkbox flips the boolean, and deleting removes the entry. The progress bar calculates checked items / total items * 100%. The "Copy as Text" function maps each item to a checkbox character (checked or unchecked) plus the text and joins with newlines.
Is my checklist saved?
Your checklist is saved in your browser's local storage so it persists between page loads.
Can I copy my checklist?
Yes. Use the "Copy as Text" button to copy your checklist as plain text with checkbox markers that you can paste anywhere.