Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 649 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 649 Bytes

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.