DavidVillalobos / octopus-todo

Simple to-do list manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple to-do list manager


Languages

Language:JavaScript 84.6%Language:CSS 11.8%Language:HTML 3.6%