Build a task manager app called "TaskFlow" with full functionality.
- Add tasks with title, description, priority (Low/Medium/High color-coded), and due date
- Category tabs: All, Work, Personal, Shopping, Health
- Task cards with checkbox, edit inline, delete with confirm
- Drag-and-drop reordering
- Filter by: priority, category, completed/active
- Progress bar showing completion percentage
- All data saved to localStorage
- Clean minimal design with smooth animations
Design: white background, accent blue (#2563eb), subtle shadows, rounded corners.
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