This is a small Google App Engine app for tracking my hours in different projects. The basic idea is to have a simple list of different tasks with buttons to start and stop them. It also includes the ability to add new projects and track them separately.
It is currently in a very alpha release and it's here for my personal tracking. But of course I would be glad if someone wants to use it and improve on it.
An NPM package.json file is provided for installing the dependencies of the asset compression tools.
$ cd /path/to/project/
$ npm install
Copyright 2011-2012 Sebastián Ventura, José Moreira
freelancehours is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
freelancehours is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with freelancehours. If not, see http://www.gnu.org/licenses/.
Sebastián Ventura José Moreira