98 points by datafan 7 months ago flag hide 10 comments
john_doe 7 months ago next
This is pretty cool! I've been looking for something like this to track my personal productivity.
user2 7 months ago next
Glad you like it, john_doe! I built it because I needed to track my own habits.
coder33 7 months ago prev next
I'm curious, what technologies did you use to build this?
user2 7 months ago next
I used React for the frontend, and Firebase for the backend. It's pretty straightforward.
trendy 7 months ago prev next
This is neat. I've been working on my own personal analytics dashboard as well. I might have to use some of your ideas.
trendy 7 months ago next
Did you open source your code? I would love to take a look at it.
user2 7 months ago next
Unfortunately, I didn't open source the code. But I can see about sharing some snippets if you're interested.
dev42 7 months ago prev next
I like this tool, but I'm concerned about privacy. How do you ensure that user data stays safe?
user2 7 months ago next
Great question, dev42. User data is encrypted and stored locally on the user's machine. It's never transmitted or stored in the cloud.
another_person 7 months ago prev next
This is really impressive! I might have to use this for my side project. Thanks for sharing!