37

I wonder how many TODO list apps there exists.

Comments
  • 5
    Can't count them with my finger or toes.
    ¯\_(ツ)_/¯
  • 11
    ◻️ Count how many ToDo apps exist
  • 7
    @CurseMeSlowly
    Can't find a TODO app that fits the needs for the project of counting how many TODO apps exists. Better start by making the perfect TODO app for the purpose of the project of counting how many to TODO apps exists.

    See ya' in ten years. I'm just gonna lock my self in a closet with a pen set, ridiculous amount of paper, flashlight and space food.
  • 2
    Wunderlist FTW
  • 2
    Well, there's gotta be at least more that 2.
  • 1
    #!/usr/bin/env pwsh
    $ToDoApps = Get-ToDoApp
    $ToDoApps.Count
  • 3
    TODO app to count 'em all :P
  • 3
    There's theoretically an infinite market for an infinite number of Todo apps because everyone thinks of task management differently
  • 0
    Someone who's made a to-do app with react native please share what you built because I'm in dire need of an desktop to-do list app. I'll star it on GitHub at the very least :)
  • 0
    @dirak not enough with the ToDo MVC one?
  • 3
    All those to-do apps started as training material and turned into products? Most examples I see online are about a to-do app, guess that's how they were born? (I'm even doing one in Vue for the sake of learning :P)
Add Comment