Daily Wins—Personal Task Manager
We’re building Daily Wins, a simple, personal task manager.
Core Features:
- Personal kanban board with 3 states: "To Do", "In Progress", "Done"
- Built with React, Tailwind, and ShadCN components
- Toggle between kanban (cards with columns) and list views
- Inline editing for task names
- Side panel for detailed task editing (description, deadline, add to project)
- Add/delete tasks functionality
- Everything gets saved locally
Technical Requirements:
- React with local state management
- Save settings in JSON format
- Drag and drop between columns
- Responsive design (mobile + desktop)
- Dark/light theme toggle
- Local storage persistence (editing json locally)