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
- Host: GitHub
- URL: https://github.com/cdent/tsapp-todoer
- Owner: cdent
- Created: 2012-07-31T22:23:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-02T15:38:10.000Z (almost 14 years ago)
- Last Synced: 2025-02-01T03:28:52.639Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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