Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhenkyle/timer-todos
a todos list with timer.
https://github.com/zhenkyle/timer-todos
Last synced: about 1 month ago
JSON representation
a todos list with timer.
- Host: GitHub
- URL: https://github.com/zhenkyle/timer-todos
- Owner: zhenkyle
- License: mit
- Created: 2015-03-31T07:25:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T15:29:44.000Z (almost 10 years ago)
- Last Synced: 2024-10-07T13:41:14.911Z (3 months ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Backbone.js & RequireJS TodoMVC Example
> Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
> _[Backbone.js - backbonejs.org](http://backbonejs.org)_
## Learning Backbone.js
The [Backbone.js website](http://backbonejs.org) is a great resource for getting started.
Here are some links you may find helpful:
* [Annotated source code](http://backbonejs.org/docs/backbone.html)
* [Applications built with Backbone.js](http://backbonejs.org/#examples)
* [FAQ](http://backbonejs.org/#faq)Articles and guides from the community:
* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals)
* [Collection of tutorials, blog posts, and example sites](https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites)Get help from other Backbone.js users:
* [Backbone.js on StackOverflow](http://stackoverflow.com/questions/tagged/backbone.js)
* [Google Groups mailing list](https://groups.google.com/forum/#!forum/backbonejs)
* [Backbone.js on Twitter](http://twitter.com/documentcloud)_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._