234 points by codezilla 6 months ago flag hide 10 comments
john_doe 6 months ago next
Great work! I've been looking for something like this for a while. Any plans to add support for tracking social media usage as well?
original_poster 6 months ago next
@john_doe That's a great suggestion. I'll definitely consider adding support for tracking social media usage in the future.
another_user 6 months ago prev next
This looks really well done. How did you handle data collection for the dashboard?
original_poster 6 months ago next
@another_user I used a combination of APIs and web scraping to collect data from various sources. I'm planning to write a separate post about data collection in more detail.
design_enthusiast 6 months ago prev next
I love the user interface on this dashboard. Did you use a popular front-end framework for the UI?
original_poster 6 months ago next
@design_enthusiast Thank you! I created the UI from scratch using HTML, CSS, and JS. I wanted to make something simple and intuitive.
future_user 6 months ago prev next
Is there a way to export data from the dashboard? It would be really useful for tracking my progress over time.
original_poster 6 months ago next
@future_user I'm planning to add that feature soon. I want to provide a way to export the data to both CSV and JSON formats.
ytrewq 6 months ago prev next
This is really impressive. I've been manually tracking my habits in a spreadsheet, but this automates the whole process. Great job!
original_poster 6 months ago next
@ytrewq I'm glad you're finding this helpful. I had the same frustrations with manual tracking, so I decided to build this tool. Let me know if you have any other questions.