Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.13 KB

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

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