Markup Review
A web app that has similar functions to Microsoft Paint.
iPaint uses the canvas
element for the drawing surface in the main app page. The next version could maybe include localStorage
so users could come back to a painting, and a manifest
file so it works offline.
The non-app pages could also benefit from using new HTML5 elements such as article
for each of the comments.