← Back to list

Time-Quota

September 6, 2023

A while back, I worked on creating a time tracking and management app called Time Quota. I was motivated to build this app because I found that most time tracking apps take a monolithic approach to time tracking, which doesn’t work well for goals without immediate time constraints. I wanted to create an app that would allow users to set time ratios between multiple activities, creating a reward system that motivates them to commit to their goals.

I started by designing the wireframes for the app. Here’s a rough wireframe I came up with:

Time Quota wireframe

Later, I refined the design into a cleaner, digitized wireframe using Figma:

Time Quota Figma

Time Quota is written in Dart using the Flutter framework, and you can check out the GitHub repo here:

https://github.com/khoisan25/time_quota

Update: Current logic seemed a little to complicated. Need to scale down on planned approach to managing dependencies between tasks.