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
- Host: GitHub
- URL: https://github.com/srackham/routeless-backbone-contacts
- Owner: srackham
- Created: 2011-09-24T04:11:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-25T03:55:34.000Z (over 14 years ago)
- Last Synced: 2025-06-17T11:08:20.342Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 418 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
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
|==========================================