Yet another go at a note taking app
Find a file
2024-11-12 12:17:45 +01:00
img Implement basics 2024-11-10 21:58:02 +01:00
js Move components to a separate ES6 module 2024-11-12 12:17:45 +01:00
index.html Move components to a separate ES6 module 2024-11-12 12:17:45 +01:00
README.md Add README 2024-11-10 22:08:26 +01:00
site.webmanifest Implement basics 2024-11-10 21:58:02 +01:00
style.css Implement touch-aware drag and drop of tasks 2024-11-11 23:49:37 +01:00
TODO.md Update TODO 2024-11-12 12:17:29 +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.