We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71929c commit ac02d99Copy full SHA for ac02d99
README.md
@@ -1,4 +1,16 @@
1
-# Time Tracker
+# 🕒 Time Tracker
2
+Track time, add notes, view reports of your time, and more.
3
+
4
+Start and stop time, jump between tasks, and add details on how time was spent.
5
6
+### Features:
7
8
+- create projects (choose project color)
9
+- create tasks with subtasks (drag&drop supported)
10
+- track time in tasks
11
+- change start time and end time of tasks
12
+- add details on how time was spen
13
+- receive notifications when task is in progress or when you idle
14
15
## Screenshots
16
<img src=".github/hours-screenshot.png" />
@@ -19,6 +31,5 @@ yarn start
19
31
To package apps for the local platform:
20
32
21
33
```bash
22
-yarn build
23
34
yarn package
24
35
```
0 commit comments