The lightest notes app implementation in 111 loc

68 points by antonmedv


I wanted to see how far I could go building a notes app using only what modern browsers already provide โ€“ no frameworks, no storage APIs, no build step.

What it does:

The entire app is the page source.

strickinato

Source code does a neat trick for event debouncing ๐Ÿ˜€ --

https://github.com/antonmedv/textarea/blob/23193b0a5e84a6d0cce53a9173d7867c906ff2a8/index.html#L103C1-L109C4