Skip to content

idenisovs/timesheet

Repository files navigation

Timesheet Application

Yet another (serverless) time tracking web application.

Timesheet Application

Explore the online version of the Timesheet App.

Motivation

As a professional Software Developer, I frequently used various commercial time tracking applications, but none provided a comfortable user experience due to numerous UI/UX issues. Ultimately, this led me to create my own time tracking application, designed with a focus on simplicity, usability, and efficiency.

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;

Development

Check out the Roadmap to see what's planned next.

Prerequisites

Setup

npm install
npm start

Documentation