Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moox/check
A simple todo list using html/js
https://github.com/moox/check
Last synced: 16 days ago
JSON representation
A simple todo list using html/js
- Host: GitHub
- URL: https://github.com/moox/check
- Owner: MoOx
- Created: 2012-02-27T21:23:29.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-03-08T21:07:22.000Z (over 12 years ago)
- Last Synced: 2024-05-01T21:29:22.736Z (6 months ago)
- Language: JavaScript
- Homepage: http://moox.github.com/Check/
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Check_
Fake todo app management for a technical test _made in less than 4 hours_
## What I use
+ A bit of HTML5,
+ Lots of CSS 3, using [Sass](http://sass-lang.com) / [Compass](http://compass-style.org) & [Compass Recipes](http://moox.github.com/compass-recipes/)
+ Javascript with jQuery & JSON### Front-end
An API is written in javascript, & a jQuery plugin make the
DOM using the api when event we update the document.### Back-end
_There is no real backend, the javascript API call a static json each time. But it's now really simple to create this layer, since every action is send to the same url !_### TODO
There is always something todo, to improve.
In this case, we can polish the UI, add some effects & for example save todo list on localStorage !### Browser support
Only tested with recent Webkit & Gecko
#### Licence
Under WTFPL