karlosos / time-task-tracker

Application with offline storage for tracking Jira tasks time

Home Page:https://time-task-tracker.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time task tracker

About β€’ Application β€’ Contribute β€’ Features

App

React Typescript TailwindCss Prettier Netlify

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.

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

About

Application with offline storage for tracking Jira tasks time

https://time-task-tracker.netlify.app/


Languages

Language:TypeScript 93.8%Language:CSS 2.2%Language:JavaScript 2.1%Language:HTML 1.8%Language:Shell 0.1%