I built a todo app that might interest you. It lets you nest todo items to any arbitrary level as I preferred it to the flatter trello structure especially when working with software projects that are very heirarchical in nature. It just stores data in local storage but you could easily mod it to import export json. Also has IDE inspired keyboard shortcuts for traversing the list. If you’re interested you can have the code it’s on my github.http://recursive-todo.herokuapp.com/
No comments yet.