App for operational planning and decomposition of tasks for 1-4 weeks ahead
The idea of the application is to transform a text file that I used for planning...
Monday (date)
- task
- task
- task
Tuesday (date)
- task
- task
- task
Wednesday (date)
- task
- task
- task
Thursday (date)
- task
...
...
...
Backlog
- task
- task
- task
description
...
To the interface, for automatization of calendar generating, history of tasks and backlog for future tasks:
- Automatic calendar generating
- Last 2 month tasks history
- Markdown support (include todo items
- [x] task
) - Backlog for future tasks
- Create, edit, copy, delete tasks
- Scopes labels for tasks
- Drag'n'drop tasks
- PWA available
For this moment data is stored in local storage of your browser.
Open the following link on your iPhone or iPad: https://begprod.github.io/todo.it/
Push the button "Share" in the browser menu, then push the button "Add to Home Screen":
Open the following link on your Android device: https://begprod.github.io/todo.it/
Push the button "Add to Home screen" in the browser menu:
npm install
npm run dev