A browser script recording what time you devote to work or other activities during the day.
! It uses the local storage of your browser and does not require any server part to store data.
!! It records the time you spend on a certain kind of activity and then presents it on various scales:
- by time of beginning
- by total time spent on this activity
- by sequence
- and by share of time, as a pie-chart
- Fork this repository
- Go to dist/SETTINGS.json
- In SETTINGS.json set the activities you need in the following format: "name": "activity name", "color": "activity color in hex or word format"
- Open dist/INDEX.html: now you should see the list of activities you have set in SETTINGS.json, as well as START & STOP buttons and empty scales below
- START button is greyed out and shows text "Set a tag". Go ahead and click on any activity on the left.
- START button becomes active. Press it to launch the counter.
- When you are done, press STOP button: the data will be recorded on the scales
- To clear the Local Storage, press RESET button in bottom left corner of the screen
- Totally autonomous, does not require a server or internet connection
- Any number of activities and corresponding colors can be set through SETTINGS.json
- Gives bright visual representation of your daily activities in time and correlation