Color Grid
http://www.karen-chan.com/color-grid/
- jQuery
- Backbone.js
- Underscore.js
- json2.js
- farbtastic.js
The simplest way to run Color Grid is to use the python cgi server:
python -m CGIHTTPServer
Then go to http://localhost:8000/ to start playing with it.
- cgi-bin/server.cgi: A cgi which takes care of the persistent storage
- js/color-grid.js: The javascript code for Color Grid
- index.html: Color Grid main page
- README.md: Instructions for installation etc
- lib: Contains libraries used by Color Grid