Yet another go at a note taking app
Find a file
2024-11-16 19:09:57 +01:00
img Implement basics 2024-11-10 21:58:02 +01:00
js Test notifications API 2024-11-16 00:29:09 +01:00
index.html Test notifications API 2024-11-16 00:29:09 +01:00
README.md Add README 2024-11-10 22:08:26 +01:00
site.webmanifest Update site manifest 2024-11-16 19:09:57 +01:00
style.css Add ability to edit and remove notes 2024-11-15 13:19:28 +01:00
TODO.md Implement indexedDB backed store making app offline friendly 2024-11-15 23:01:14 +01:00

Jenot

Yet another go at a note taking app. Task list handling behavior heavily inspired by Google Keep, which is my current daily driver for all kinds of quick notes, shopping lists etc.

The idea is to have zero or near zero dependencies for FE code, using only standard APIs.