Project Task Tracker (Kanban)
Track project tasks with priorities, statuses, due dates and assignees — Kanban-style organization. Parse CSV task lists, filter by priority/status/assignee/overdue, sort by due-date/priority/status/title, compute summary stats (total, by-status, by-priority, overdue, completion %), priority weighting, next-action recommender, copy/download text + CSV, history (localStorage), shareable URL. 18 extra features. 100% client-side.
About Project Task Tracker (Kanban)
Track project tasks with priorities, statuses, due dates and assignees — Kanban-style organization. Parse CSV task lists, filter by priority/status/assignee/overdue, sort by due-date/priority/status/title, compute summary stats (total, by-status, by-priority, overdue, completion %), priority weighting, next-action recommender, copy/download text + CSV, history (localStorage), shareable URL. 18 extra features. 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
How does the project task tracker work?
Enter a project name and a list of tasks — one per line in the format `title,priority,status,due_date,assignee` (e.g. `Design homepage,high,todo,2026-07-20,Alice`). The tool parses, filters and sorts tasks, then renders a Kanban-style report grouped by status with completion %, overdue count, priority breakdown, and next-action recommendation.
What statuses and priorities are supported?
Statuses: todo, in-progress, blocked, done. Priorities: low, medium, high, urgent. Each priority has a numeric weight (urgent=4, high=3, medium=2, low=1) used for sorting and the next-action recommender.
Can I filter and sort tasks?
Yes. Filter by all / by-priority / by-status / by-assignee / overdue. Sort by due-date / priority / status / title. The filtered and sorted list is reflected in the report, CSV export and text export.
What extra features does this tool have compared to others?
(1) Task parser with field validation. (2) 4 status presets. (3) 4 priority presets. (4) Filter by priority/status/assignee/overdue. (5) Sort by due-date/priority/status/title. (6) Total tasks counter. (7) Status breakdown counter. (8) Priority breakdown counter. (9) Overdue task finder. (10) Completion % calculator. (11) Render as text report (grouped by status). (12) Render as CSV. (13) Copy + Download .txt + Download CSV. (14) History (localStorage, last 20). (15) Shareable URL. (16) Summary stats. (17) Priority weight calculator. (18) Next-action recommender.
Is my data sent anywhere?
No. All task parsing, filtering, sorting and stats run 100% locally in your browser. History is stored in localStorage on this device only. Nothing is uploaded.
Related tools
Advanced Markup Calculator
Calculate markup, margin, retail price, cost with tax. 100% private. 100% private.
Annuity Calculator
Calculate annuity present value, future value, and payout with custom terms. 100% private. 100% private.
ARR Calculator
Calculate Annual Recurring Revenue from MRR, churn, and growth. 100% private. 100% private.