←back to thread

261 points david927 | 1 comments | | HN request time: 0.205s | source

What are you working on? Any new ideas that you're thinking about?
1. hasanhaja ◴[] No.43160946[source]
Been wanting to learn browser APIs like Service Workers and IndexedDB in depth, and HTMX, so started building a Todo App: https://github.com/hasanhaja/tasks-app

It's meant to work entirely offline and the service worker acts as the backend for the application.