About Checklist Maker
A persistent checklist that saves to your browser’s localStorage. Add tasks, check them off, and track completion stats in real time. Copy the entire list in Markdown checkbox format for pasting into docs or messages.
- Tasks persist across browser sessions via localStorage
- Real-time stats panel shows total, completed, and remaining item counts
- Copy exports the full list in Markdown checkbox format: [ ] and [x] prefixes
- Clear Completed removes only checked items; Reset wipes everything
- Keyboard shortcut: press Enter to add a task directly from the input field
Frequently Asked Questions
- Will my checklist sync across devices?
- No. Data is stored in your browser’s localStorage, which is device- and browser-specific. Use the copy feature to transfer your list manually if needed.
- Can I reorder items after creating them?
- Not with drag-and-drop, but you can delete and re-add items in the order you want. The Markdown export preserves the current list order, so rearranging before exporting gives you a clean copy.