https://github.com/mna/angular-gtd
An example app for Getting Things Done built with AngularJS.
https://github.com/mna/angular-gtd
Last synced: over 1 year ago
JSON representation
An example app for Getting Things Done built with AngularJS.
- Host: GitHub
- URL: https://github.com/mna/angular-gtd
- Owner: mna
- Created: 2012-06-06T14:01:59.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-07T16:12:47.000Z (about 14 years ago)
- Last Synced: 2025-04-10T23:14:20.003Z (over 1 year ago)
- Language: JavaScript
- Size: 5.68 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS GTD
This is an experiment / example app using [AngularJS][ajs] to build a simple tags-based Getting Things Done web app, because it's a (tiny) *little bit* more fun and complex than a todo app.
It started with the [angular-seed project from GitHub][seed], and at the moment, uses no persistence mechanism, so everything is lost once the browser closes or the user navigates to another page.
[ajs]: http://angularjs.org
[seed]: https://github.com/angular/angular-seed