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

https://github.com/revathskumar/bb-localstorage-todo

A BackBone Local Storage Todo App
https://github.com/revathskumar/bb-localstorage-todo

Last synced: about 1 month ago
JSON representation

A BackBone Local Storage Todo App

Awesome Lists containing this project

README

          

# A BackBone Local Storage Todo App

* A simple Backbone Todoapp build with [yeoman](http://yeoman.io) & [Grunt](http://gruntjs.com/)
* Uses browser localstorage for save the todos.
* Production code available in [gh-pages](https://github.com/revathskumar/bb-localstorage-todo/tree/gh-pages)
* [Live Preview](http://revathskumar.github.com/bb-localstorage-todo/).

## Setup

$ git clone git@github.com:revathskumar/bb-localstorage-todo.git
$ cd bb-localstorage-todo
$ npm install
$ bower install

## Try it

$ grunt server

## Build

$ grunt build

## License

Please see [License](http://revathskumar.mit-license.org/)