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

https://github.com/srackham/routeless-backbone-contacts

Routeless client-side CRUD tutorial application written using CoffeeScript and Backbone.js
https://github.com/srackham/routeless-backbone-contacts

Last synced: about 1 year ago
JSON representation

Routeless client-side CRUD tutorial application written using CoffeeScript and Backbone.js

Awesome Lists containing this project

README

          

= Routeless Backbone.js Contacts
:max-width: 50em

//References
:backbone: http://documentcloud.github.com/backbone/[Backbone.js]
:underscore: http://documentcloud.github.com/underscore/[Underscore.js]
:coffeescript: http://jashkenas.github.com/coffee-script/[CoffeeScript]
:webstorage: http://en.wikipedia.org/wiki/Web_Storage[Web Storage]
:stylus: http://learnboost.github.com/stylus/[Stylus]
:jquery: http://jquery.com/[jQuery]
:selenium: http://seleniumhq.org/[Selenium]

Versions 1.0, 2.0 and 3.0 of the 'Routeless Backbone.js Contacts'
tutorial.

'Routeless Backbone.js Contacts' is a totally client-side CRUD
tutorial application written using {coffeescript}, {stylus},
{backbone} and {jquery} which are a perfect match for writing concise,
readable well structured web applications.

- Uses DOM events exclusively for UI navigation.
- The contacts data is persisted locally using browser {webstorage}.
- Templates are written using {underscore} templates (included with
{backbone}).
- Tested with {selenium}.

[cols="2,5,3",width="75%",options="header"]
|==========================================
|Version |Documentation |Source

|3.0
|http://srackham.wordpress.com/2011/10/25/testing-coffeescript-apps-with-selenium/[Testing
CoffeeScript apps with Selenium]
|At tag 3.0

|2.0
|http://srackham.wordpress.com/2011/10/02/routeless-backbone-contacts-2-0/[Routeless Backbone Contacts 2.0]
|At tag 2.0

|1.0
|http://srackham.wordpress.com/2011/09/22/routeless-backbone-contacts/[Routeless Backbone Contacts]
|At tag 1.0
|==========================================