j2labs / todos

The famous backbone.js todos app, adapted to work with Brubeck's autoapi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos

This is a Brubeck adaption of this well-known backbone.js demo.

The API implementation is generated using Brubeck's AutoAPI (undocumented as of this writing). It generates the REST interface from a simple description of a todo item. The interactions between Javascript and the API are handled via backbone.js.

This project is currently a rough draft / example of Brubeck's AutoAPI. The AutoAPI is liable to change in the near term but compatibility with backbone.js will be preserved.

Screenshots

Empty todo list

A fresh, empty todo list.

Three items in the list

Three items in the list, one is accomplished.

Empty todo list

Editing the name of one of the list items

Empty todo list

The actual output from the AutoAPI.

About

The famous backbone.js todos app, adapted to work with Brubeck's autoapi.


Languages

Language:JavaScript 69.3%Language:Shell 16.3%Language:Python 14.4%