sheeptime
a simple time tracker powered by Electron + Vue.
Under development
SheepTime is not stable at all right now. Be prepared to encounter bugs when you use it.
Features
- tracking of activities per project you work on
- reports on the activities in a project (including total time spent on the project, can be exported as a PDF)
- supports European and American time formats
Download
Development
Requirements
- node.js (latest stable should work)
Preparations
- Get the source:
git clone [email protected]:lx4r/sheeptime.git
(thencd sheeptime
) - Install the required modules:
npm install
- Compile the view:
gulp view
- Start the app:
npm start