A simple web-based data-handling application with validation, searching, sorting, analytics and a scheduling algorithm.
Data is stored locally (localStorage) and can be exported and imported as JSON.
Add or edit task
Data
Tip: exported JSON is evidence of data persistence and testable input validation.
Planner
The plan uses a priority score based on urgency, importance and difficulty, then schedules tasks with a greedy algorithm.
Total tasks
0
To do
0
Overdue
0
Risk score (avg)
0
Tasks
Title
Subject
Due
Status
Minutes
Importance
Difficulty
Priority score
Actions
Priority score is computed from due date urgency, importance and difficulty.