A comprehensive productivity tool to organize your goals with results in mind, built with modern React and TypeScript.
- Multiple View Modes: Switch between Focus, Kanban, Timetable, Program, and Plan views
- Task Management: Hierarchical task organization with parent-child relationships
- Time Tracking: Built-in timer and time logging for each task
- Calendar Integration: Program tasks in a calendar view with react-big-calendar
- Notification System: Persistent reminders with real-time notifications
- Metrics Dashboard: Track project performance and productivity metrics
- Quality of Life Index (QLI): Monitor work-life balance and productivity patterns
- Data Management: Export/import functionality for backup and migration
- Responsive Design: Modern UI with Tailwind CSS and Shadcn/UI components
- Theme Support: Dark/light mode with next-themes
- Focus View: TaskBoard for detailed task and subtask management
- Kanban View: Visual kanban board with drag-and-drop capabilities
- Timetable View: Calendar-based task scheduling
- Program View: High-level program management interface
- Plan View: Strategic planning interface with prioritization tool
- Metrics Dashboard: Productivity analytics and insights
- QoL Survey: Quality of Life Index tracking
- Settings: Application configuration
- Node.js 24+
- pnpm (recommended) or npm/yarn
-
Clone and install dependencies:
pnpm install
-
Start development server:
pnpm dev
-
Build for production:
pnpm build
-
Preview production build:
pnpm preview
-
Lint code:
pnpm lint