Skip to content

DavidVillalobos/octopus-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopus todo

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.

Notes

This version is still in development, there is not yet a first usable version.

Build

Installation

To use this version in development you must download the code.
Then you must install the dependencies like.

cd octopus-todo
npm install

Use dev version

To use development version just type:

npm run dev

Features

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.

Author