An open API service indexing awesome lists of open source software.

https://github.com/cdent/tsapp-todoer

todo app created with tsapp to find bugs and flesh out purpose
https://github.com/cdent/tsapp-todoer

Last synced: about 1 month ago
JSON representation

todo app created with tsapp to find bugs and flesh out purpose

Awesome Lists containing this project

README

          

todoer is a simple tool for tracking todo items, primarily as a way
of experimenting with tsapp, but it is useful too.

It simply creates appropriately tagged tiddlers and lists those that
are there.

The hope here is that someone will see just how easy this stuff is
and make a good todo application, using modern JavaScript libraries
and skillz.

If you wish to experiment with using todoer and tsapp together do the
following:

* install tsapp: `pip install -U tsapp`
* clone this repo
* cd into the repo
* run `tsapp serve`
* open your browser to `http://0.0.0.0:8080/todoer.html`

If you want to be able to write todos, then you need to authenticate. Once
you do that todos will be created in *your space*. Authenticate with:

```
tsapp auth
```

See the tsapp repo or space for more info on tsapp:

* https://github.com/cdent/tsapp
* http://tsapp.tiddlyspace.com