/timesheet

Serverless web application to track time consumption.

Primary LanguageTypeScript

Timesheet

There is plenty of time tracking apps, and most of them unfortunately have long-standing usability and complexity issues. That the reason why I finally decided to write my own Timesheet application.

Online version of Timesheet App.

Goals

  1. Make the time tracking task as simple as possible;
  2. Make it serverless first. All the data stored in browser;
  3. Make it free and open-source;

Prerequisites

Setup

npm install
npm start

Documentation

Versions

  • 2.4.0 - Application got the Projects view;
  • 2.3.0 - Daily Overview showing the predefined issue name;
  • 2.2.0 - Issues section got possibility to remove Issue;
  • 2.1.0 - Application got the basic Edit Issue view;
  • 2.0.0 - Application got the basic Issues view;
  • 1.3.0 - Added the following:
    1. Added the Copy to Clipboard button;
    2. Added the buttons allowed to set the current time for From and Till fields;
  • 1.2.0 - Added possibility to add missing days;
  • 1.1.0 - Daily summary;
  • 1.0.0 - Basic functionality;