https://github.com/codef0rmer/cardswapper
A single page app created using backbone.js and locache.js.
https://github.com/codef0rmer/cardswapper
Last synced: about 1 year ago
JSON representation
A single page app created using backbone.js and locache.js.
- Host: GitHub
- URL: https://github.com/codef0rmer/cardswapper
- Owner: codef0rmer
- Created: 2012-04-25T17:57:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-06T07:54:38.000Z (about 14 years ago)
- Last Synced: 2025-05-09T02:14:46.243Z (about 1 year ago)
- Language: JavaScript
- Size: 239 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [cardSwapper - A Backbone.js App](https://github.com/codef0rmer/cardSwapper)
This is a simple app I created in order to get acquainted with Backbone.js.
## Quick start
Clone the git repo - `git clone git@github.com:codef0rmer/cardSwapper.git` - or [download it](https://github.com/codef0rmer/cardSwapper/zipball/master)
## Features
* HTML5 ready - Used HTML5Boilerplate.
* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
* Designed with progressive enhancement in mind.
* Use locache.js - an awesome JS library to deal with local storage.
* Covered Backbone Model, View and Router.
## Contributing
Anyone and everyone is welcome to contribute. Special thanks to [Joe Zim](http://www.joezimjs.com/about/).
## License
* [Mozilla Public License](http://www.mozilla.org/MPL/)