TODO list Manager, this desktop application will allow you to create task lists,
each task can be scheduled and displayed on a dashboard,
it can also be viewed from a calendar.
This version is still in development, there is not yet a first usable version.
To use this version in development you must download the code.
Then you must install the dependencies like.
cd octopus-todo
npm install
To use development version just type:
npm run dev
The application allows you to create tasks, it also allows you to schedule and move them according to the status.
Also allow create a task list.
- Home: It allows to visualize the first 5 tasks that are close to due and not completed.
- Tasks: Allows you to create tasks, tasklist, viewing all existing tasks with their due date, status and description.
- Dashboard: Allows you to move the tasks between columns that represent the status of the tasks.
- Calendar: View the due dates of tasks.