Simple HTML5 app to take notes about expenses. They get saved only in browser (not at a server) using IndexedDB. Service Workers are used to allow app access even offline. Click/touch twice on a saved note to delete it.
https://andresmrm.github.io/anota_gastos/
Service Worker part based on https://github.com/jakearchibald/simple-serviceworker-tutorial