This is a simple timesheet calculator written in javascript. It uses Twitter Bootstrap for tables and styling, and uses ChartKick.js to graph what you spend your time on into a pie graph.
The javascript is written using Prototype.js.
All functionality for this app is enclosed in one class, named timeKeep, in js/timekeep-proto.js.