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

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

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)