Yet another go at a note taking app
Find a file
2024-11-12 20:45:36 +01:00
img Implement basics 2024-11-10 21:58:02 +01:00
js Implement basic notes store and listing notes from it 2024-11-12 20:45:36 +01:00
index.html Implement basic notes store and listing notes from it 2024-11-12 20:45:36 +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 basic notes store and listing notes from it 2024-11-12 20:45:36 +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.