Everyone's built a to-do list app at some point, right?
Well, there's a reason theyโre so popular! Today, Iโm excited to share ๐๐ผ๐ฐ๐๐๐๐น๐ผ๐, a minimalist to-do app with a unique twist.
๐ช๐ต๐ฎ๐ ๐บ๐ฎ๐ธ๐ฒ๐ ๐ถ๐ ๐ฑ๐ถ๐ณ๐ณ๐ฒ๐ฟ๐ฒ๐ป๐: โ Task batching by energy level: Organize tasks as high, medium, or low energy, instead of traditional categories.
โ Quick win filter: Highlight tasks that take less than 5 minutes. Integrated Pomodoro timer: Sync tasks with a timer to track your focus sessions.
โ โTomorrow Selfโ feature: Leave context notes for your future self, making it easier to pick up where you left off.
โ Pomodoro Timer: Sync tasks with a customizable Pomodoro timer.
โ Offline support: Use the app without an internet connection, powered by an advanced service worker.
I built the v0 version in just under 4 hours! While it was mostly smooth sailing, I ran into some interesting challenges with hydration errors and service workers. Debugging these taught me a lot about building for performance and offline functionality.
My biggest takeaway? Start with the userโs problems rather than features. Asking myself, โWhat frustrates me about traditional to-do apps?โ, helped shape the app into something fresh and practical.
You can try it out at Focusflow app Iโve also documented my process in the README.md on github.