https://github.com/karlosos/time-task-tracker
Application with offline storage for tracking Jira tasks time
https://github.com/karlosos/time-task-tracker
time-tracker time-tracker-app time-tracking-app todoapp-react todolist
Last synced: 4 months ago
JSON representation
Application with offline storage for tracking Jira tasks time
- Host: GitHub
- URL: https://github.com/karlosos/time-task-tracker
- Owner: karlosos
- Created: 2022-05-22T16:12:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T21:28:20.000Z (4 months ago)
- Last Synced: 2025-06-05T01:54:31.110Z (4 months ago)
- Topics: time-tracker, time-tracker-app, time-tracking-app, todoapp-react, todolist
- Language: TypeScript
- Homepage: https://time-task-tracker.netlify.app/
- Size: 4.06 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-time-tracking - time-task-tracker - time-task-tracker is an application with offline storage designed to track time spent on Jira tasks. ([Read more](/details/time-task-tracker.md)) `offline` `jira` `open-source` `command-line` (Time Tracking CLI Tools)
README
time task tracker
[](https://time-task-tracker.netlify.app/)[](#)
[](#)
[]()
[]()
[]()
## What is it? 📽️
- _time task tracker_ is webapp for tracking time without server synchronization
- all the data is stored in the local storage - no problems with synchronization
- automatically makes transforms jira ids to urls
- each time entry has checkbox for flagging the task already logged in jira## Application 🔗
You can check the app [here](https://time-task-tracker.netlify.app/).
## Contribute 🧑💻
**My env**:
- node version 16.14.0 (working on 18.X too)
- npm version 8.3.1**Developing the app**:
- clone app and run `npm install`
- start the app with `npm start`
- on macos I had to fix husky permissions (pre push checks)```
chmod ug+x .husky/*
chmod ug+x .git/hooks/*
```- test with `npm test`
- format code with prettier with `npm run format`
- lint code with `npm run lint`## Features ✨
- tracking time
- editing existing time entry (changing text, start time and stop time)
- removing entries
- marking entries as logged in jira