Just thought I'd share the source code of a little project of mine: https://github.com/lollipierre/react-bullet-app
There are a ton of apps that you can use to manage your to-do list. The main difference with this one is that, despite living in your browser, no info is ever sent over the internet about this secret project of yours. Also the UI / approach is slightly different from more complicated apps. Anyways, it suits my professional needs.
Nothing too fancy, if you want to try it live you can go here: http://rawgithub.com/lollipierre/react-bullet-app/master/index.html
It was meant to be a personal app to start with, but some colleagues are starting to use it so I thought I'd share it with HN.
Feel free to hack and send pull requests, there are still some missing features. But for now it fits my needs.
Feedback appreciated (on the app and/or the underlying code), thanks :)