A minimalist task manager designed to focus on today's top priorities.
For iOS 16+
Heavily inspired by UgMonk's Analog physical card productivity system (check it out!).
I started this project to get some practice with SwiftUI and challenge myself to make an app I would want to use daily.
simple by design
This is not a long-term to-do list app, it's a tool to help focus and prioritize today.
freedom by limitation
You are only concerned with today's tasks, and you are limited to ten tasks each day. Today encourages you to re-prioritize your list each day, so you are always focused on the few tasks that really move the needle.
the tool is not the task
This tool evolved from my paper-and-pen system, based on how my brain works. I aimed to replicate the handful of symbols I found myself using (again, riffing on the Analog system) to track where I was at with each given task (see below). It's meant to get out of the way and let you do your to-do's.
^Task status symbols and their descriptions. All custom SwiftUI shapes!GIF created with Kap for macOS
^Dark mode if you dare :)
- add up to ten tasks to focus your day
- use 7 distinct status markers to monitor task progress and manage today's focus
- swipe left to delete
- swipe right to complete
- drag to reorder tasks
- long press on a task to bring up status menu
- task data is persisted on device between app runs
- dark mode support
- app icon
- allow editing task text
- auto-sort task list by status
- test and improve accessibility
- onboarding sheet
- allow undo deleting a task
- write tests