/infinite-todo

Repeated tasks made easy

Primary LanguageJavaScript

Infinite Todo

Repeated tasks made easy

Track all you repeated tasks

Create list of repeated tasks like: write new article, read the news, clear my inbox, workout, cleanup my workplace, etc...

Basic repeated todo list

Installation

Project runs as a Meteor application, so you need to have Meteor installed, first.

curl https://install.meteor.com/ | sh

More info about installing meteor: https://www.meteor.com/install

Then clone the project

$ git clone https://github.com/achtan/infinite-todo.git

Run after cloning

$ cd infinite-todo
$ meteor --port 3020

App should be up and running on http://127.0.0.1:3020