Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 492 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 492 Bytes

backbone-examples

Simple web application using Backbone.js

This example builds a simple web application to illustrate the organizational structure of Backbone.js. A list of selectable services are created, allowing the total cost to be adjusted, as shown in the screenshot below:

![Simple application screenshot] (/images/completed.png)

Note that the application will not reflect any changes in the browser until the outermost View is instantiated in main.js.