The awesome Clear app UI (almost) replicated in HTML5.
The original iphone app by Realmac: http://www.realmacsoftware.com/clear/
Mainly because I wanted to experiment with touch events and CSS3 transitions.
I love the design of the original app, so I decided to redo it in HTML5. It's not 100% copied, some of the features are kinda hard to be perfectly ported, but it's pretty close.
It's more about showing that you can achieve certain interactions with HTML5 than making an actual app. There's no backend data binding.
I just wanted to play with the look and feel, so I just did it fast and dirty.
The code is quite messy and far from robust. Refactoring in the future might be some good practice.
This is tested on iOS only, and there are quite a few features missing:
- Drag all the way to go up/down a level
- Pinch apart to add new item
- Drag down to clear done items
Also there are quite a few bugs, mostly due to my not-so-robust touch event handling. Will try to work on that later when I got time.