TaskDiaryX is a 100% offline, local task and project diary app built for students, programmers, and everyday users who want a simple way to do work and keep track of what they actually completed.
The app avoids complex features and focuses on a single flow: Add task → Work → Mark done → Keep a record.
Over time, TaskDiaryX becomes a digital work diary, showing real progress instead of just plans.
- Stay offline-first
- Be fast and distraction-free
- Keep UI and logic simple
- Avoid feature overload
- Be easy to maintain as a solo developer
-
Task Management
- Create tasks with:
- Title
- Optional description
- Mark tasks as Done via:
- Drag-and-drop
- Tap to mark complete
- Tasks move from Active → Done
- Done tasks act as a history / diary
- Create tasks with:
-
Offline by Default
- No internet required
- No login or account
- All data stored locally on the device using Hive
-
Simple UI
- Two main views: Active tasks (left column) and Completed tasks (right column)
- Minimal buttons
- Clean layout
- Flutter: UI Toolkit
- Hive: Fast NoSQL database for local data persistence
TaskDiaryX is a simple offline app to plan work, complete tasks, and keep a clear daily record of what you’ve done.