This is a productivity application to keep track of your time. You can create tags and add time to those tags. Go back and see where was your time.
- If you know where was your time yesterday, then you can plan your schedule for today:)
- What is TAG?
- How to create TAG?
- How to record time?
- Contributing
- Thank You ❤️
At the very top of the application, you will see an input box to select a date. Upon selecting the date, you can see the time you spend on that date.
In the above image, you can see the input date option in the top left corner. Here you can change the date.
In the top right corner, you can see 25/11/2021 stats
. This is the selected date. Below that, you can see 6.12 hours total
. This is the number of hours you recorded on the selected date.
In the below chart, you can see the tags in sorted order and the number of hours spent on each tag (When you hover the mouse over them).
TAG is an easy to remember keyword. Suppose you want to keep track of, how many hours you are spending each day learning data structure & algorithms. So, you can create a TAG named dsa
Now, record the number of hours you are spending every day.
Go here and follow the below process.
You will see the below UI
Here, you can type in the place of Select..., just like below
You can now, click on Create
to create a new tag.
Go here and select a TAG
Now, you can click on GO to record time in the current date, or click on Back Date to record time in the previous date.
Upon clicking on the GO button, you can see UI
You can click on Save for react
to save time and come back to the home page to see the result.
You will see UI
You can enter the time spent in minutes, and select the date.
The analytics page will have the record from the day you started. Some stats are present on this page.
In the above image has my data, you can see I have a record of a total of 17 days, 78.74 hours and 4.63 avg hours each day.
The chart contains the data for each day.
Any kind of contribution is welcomed, either a feature, bug or code contribution.
The application is built using
- NextJs
- ReactJs
- MongoDB
- Chakra-UI
- Highcharts.js
https://github.com/ats1999/time-stamp/blob/main/docs/install.md
On this page
- Implement a feature for users to select a date range
- Allow users to see records of the current month, week, year (TAB - click)
- Show compare results from last week to the current week, last year to current year, etc.
- Suggest any feature
To contribute, you can go through the list of issues or create your own issue.
You can comment/create any issue, I'll surely revert