Fully functional task manager with categories, priorities, due dates, and drag-and-drop.
Prompt
Build a to-do application with:
- Add tasks with title, description, priority (low/medium/high), and due date
- Categories/lists (Work, Personal, Shopping, etc.)
- Mark tasks as complete
- Edit and delete tasks
- Filter by category, priority, or completion status
- Search tasks
- Drag and drop to reorder
- All data stored in localStorage
- Clean, minimal UI
Use vanilla JavaScript. Put in ~/data/public/
1
Copy the prompt above
2
Paste in Claude Code terminal
3
Your project is live
todoproductivityapplocalStorage
About this prompt
To-do apps are the classic web development project — but building a good one with categories, priorities, search, and drag-and-drop takes hours of work. This prompt generates a complete, polished task manager that stores everything in localStorage. No backend needed. It includes features that rival commercial apps: categories, priority levels, due dates, filtering, search, and drag-and-drop reordering.
What you get
✓ Add tasks with title, description, priority, and due date