I have recently finished a todo web app in an attempt to familiarize myself with google firebase real-time database. The result seems to be quite satisfying and therefore I would like to share some experiences about it.
techiniques
It is a Single-Page Application (SPA) that you can use on multi-platform such as desktop, phone and tablet. This app can work locally as well as synchronously through different platforms.
It will be developed also as Progressive Web App (PWA), meaning that it can work offline. More importantly, users don’t need to install the app to use it.

demo
Here shows a little demo.
Want to try it now? Visit https://chen.works/todo