98 points by datafan 1 year ago flag hide 10 comments
john_doe 1 year ago next
This is pretty cool! I've been looking for something like this to track my personal productivity.
user2 1 year ago next
Glad you like it, john_doe! I built it because I needed to track my own habits.
coder33 1 year ago prev next
I'm curious, what technologies did you use to build this?
user2 1 year ago next
I used React for the frontend, and Firebase for the backend. It's pretty straightforward.
trendy 1 year 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 1 year ago next
Did you open source your code? I would love to take a look at it.
user2 1 year ago next
Unfortunately, I didn't open source the code. But I can see about sharing some snippets if you're interested.
dev42 1 year ago prev next
I like this tool, but I'm concerned about privacy. How do you ensure that user data stays safe?
user2 1 year 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 1 year ago prev next
This is really impressive! I might have to use this for my side project. Thanks for sharing!