Skip to content

begprod/todo.it

Repository files navigation

todo.it – another todo app but with features

App for operational planning and decomposition of tasks for 1-4 weeks ahead

Version Last Commit Issues Top Language

Idea

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:

todo.it - another todo app but with features

Features

  • Automatic calendar generating
  • Last 2 month tasks history
  • Markdown support (include todo items - [x] task)
  • Backlog for future tasks
  • Drag'n'drop tasks
  • Create, edit, copy, delete tasks
  • PWA available

How data is stored?

For this moment data is stored in local storage of your browser.

Install application on your device

iOS

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":

todo.it - another todo app but with features

Android

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:

todo.it - another todo app but with features

For developers

Recommended IDE Setup

VSCode + Vue - Official

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Take a look other commands in package.json