An iOS todo list for ADHDers. (Abandoned, alpha software)
Find a file
Lim Ding Wen 3fff705bc9 Add license
2022-12-01 16:20:43 +08:00
en.lproj Localise app name 2022-07-09 17:31:41 +08:00
InfiniteTodo.xcodeproj Don't dismiss keyboard via tap if in editMode 2022-07-10 02:07:05 +08:00
macOS Released testflight 1.0 2022-07-09 14:16:34 +08:00
Shared Don't dismiss keyboard via tap if in editMode 2022-07-10 02:07:05 +08:00
zh-Hans.lproj Instead of using editMode to manage keyboard focus, use conditional onTap on background, also fixes keyboard + navlink crash bug 2022-07-10 01:53:31 +08:00
InfiniteTodo (iOS).entitlements Add localisation 2022-07-09 17:09:49 +08:00
InfiniteTodo--iOS--Info.plist Localise app name 2022-07-09 17:31:41 +08:00
LICENSE Add license 2022-12-01 16:20:43 +08:00
README.md Update readme 2022-12-01 16:18:36 +08:00
TODOs.rtf Instead of using editMode to manage keyboard focus, use conditional onTap on background, also fixes keyboard + navlink crash bug 2022-07-10 01:53:31 +08:00

Original: https://www.reddit.com/r/ADHD_Programmers/comments/vu6dig/just_a_simple_app_i_made_to_help_me_keep_track_of/

I hope this is allowed! It's completely free, simple, personal project, but I figured I should release it in case it benefits anybody at all.

So because I kept jumping around different projects due to boredom, I realised I needed an app that helped me keep track of all my simultaneous projects, while telling me which one I've been neglecting the most.

Kinda like a todo list, but clicking "done" doesn't dismiss it, it just moves it to the bottom of the list.

For example:

Task A <- User clicks "done"
Task B
Task C

Then:

Task B <- I should consider doing this project if I can! I haven't done it in a while...
Task C
Task A <- I can stop doing this for a while.

I realised this works on many different areas of life as well!

For example, socials. You can have a list of your friends you want to keep in contact with, and cycle through the list as needed.

Or you can have a list of your favourite foods, so you don't accidentally eat the same thing too many times in a row (bad memory x.x)

Or a list of games, same reasoning as projects.

Screenshot

It's on iOS, iPadOS and macOS, downloaded via (expired TestFlight link).

P.S. Yeah you can sorta get the same effect with Apple Reminders + Repeat Daily, but that's messy and tedious. Do tell me if this is useful or not, thank you :)

P.P.S. Obviously the real goal is to get on the App Store, but I need to see if I'm missing any obvious alternatives instead!

P.P.P.S. Yes iCloud sync is supported