Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Yadro/time-tracker

Repository files navigation

download

πŸ•˜ TimeTracker

Track time, add notes, view reports of your time, and more.

Start and stop time, jump between tasks, and add details on how time was spent.

Features:

  • create projects (choose project color)
  • create tasks with subtasks (drag&drop supported)
  • track time in tasks
  • change start time and end time of tasks
  • add details on how time was spent
  • receive notifications when a task is in progress or when you are idle

Screenshots

Download

Windows / MacOS / Linux (not tested)

download

Where to find app data files?

Windows:

cd C:\Users\%username%\AppData\Roaming\YadroTimeTracker

MacOS:

cd ~/Library/Application\ Support/YadroTimeTracker

You need to backup both settings.json and profile folder profile1. And also rest folders with profiles if you have.

Support

Please leave the feedback on AlternativeTo or ProductHunt to support this app.

TimeTracker - time tracker, todo list | Product Hunt

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package