https://github.com/holsee/localstorageportets
jQuery plug-in which creates a Portlet UI
https://github.com/holsee/localstorageportets
Last synced: about 1 month ago
JSON representation
jQuery plug-in which creates a Portlet UI
- Host: GitHub
- URL: https://github.com/holsee/localstorageportets
- Owner: holsee
- License: wtfpl
- Created: 2013-03-20T00:05:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-11T20:26:36.000Z (about 11 years ago)
- Last Synced: 2024-10-30T07:07:23.537Z (8 months ago)
- Language: JavaScript
- Homepage: http://holsee.com/portlets-with-localstorage/
- Size: 325 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Portlets Demo using Local Storage
This was created initially as a demo. JavaScript portlet UI implemenation as a jQuery Plug-in which stores state in localstorage.
The code is still pretty rough and needs to be refactored, specs implemented fully & polished.
My goal is to restructure the directory, remove any dependencies on twitter bootstrap (rather take the form of a twitter boostrap compatible control) and also remove the depenency on jQuery sortable in favor of an approach that allows multi-column widgets/portlets.
See: http://holsee.com/portlets-with-localstorage/
### Dependencies
* jQuery
* jQuery UI (Sortable)
* Twitter Bootstrap (responsive css & glyphs)### DEMO
http://holseeui.herokuapp.com/#portlets
#### stand-alone
* any modern browser open **stand-alone/index.html**.#### run with node
* install node.js
* **npm install**
* **node server**.
* Open **http://localhost:3000**.#### tests / specs
* Open **tests/spec-runner.html**### 3rd Party Code (used in example app):
* Twitter Bootstrap
* Backbone.js
* Node.js
* Express
* jQuery & jQuery UI (sortable)
* Jasmine BDD lib## LICENSE - [WTFPL](LICENSE)