Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanbehan/backbone-todos-tutorial
a simple todo app tutorial with backbone js
https://github.com/seanbehan/backbone-todos-tutorial
Last synced: 25 days ago
JSON representation
a simple todo app tutorial with backbone js
- Host: GitHub
- URL: https://github.com/seanbehan/backbone-todos-tutorial
- Owner: seanbehan
- Created: 2011-09-25T17:35:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-25T18:37:56.000Z (over 13 years ago)
- Last Synced: 2024-11-16T16:11:43.897Z (3 months ago)
- Language: JavaScript
- Homepage: http://seanbehan.com/projects/backbone-todos-tutorial
- Size: 278 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Todo App Backbone.js Tutorial
This tutorial will walk you through building a simple, fully functional, Backbone.js todo application.
A demo is available here: http://seanbehan.com/projects/backbone-todos-tutorial/
## Instructions
There are 4 steps to this tutorial. Each step is in a separate branch
* step-1
* step-2
* step-3
* step-4You should start at step one and work your way through.
## Why another Backbone tutorial?
Most tutorials start with a fully functional app and explain what each piece does. It can get kind of confusing
when you're looking at so much code. Everything that isn't essential, will be removed for clarity.