Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-4

You 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.