Working app

Plan Like Me

A rule-based planner that turns tasks, deadlines, and available time into a day-by-day routine.

Open Plan Like Me View source on GitHub
Screenshots

From setup to schedule

These screenshots come from the working app after I entered a realistic group of study and project tasks.

The problem

A task list can look manageable even when there is not enough time before the deadlines. I wanted the planner to show that clearly.

How it schedules

The app uses dates, deadlines, priority, difficulty, estimated minutes, and daily capacity. The same input produces the same result.

When work does not fit

The app checks available time before making a schedule. It shows a shortfall instead of quietly placing work after a deadline.

Saved in the browser

Drafts and completed sessions use browser storage. The schedule can also be downloaded as a PDF made on the device.

Privacy

No account is required. Tasks stay in the current browser unless the user clears its data.

What I learned

I learned how much careful work sits behind a simple planner: scheduling rules, validation, edge cases, and clear explanations.