WebNotes is a lightweight, single-file browser notes app (“Advanced Enhanced Notes Application”) designed for quick note-taking with basic rich-text controls and live text stats. It runs entirely in the browser with no build step.
Index.html— the entire app (UI + logic)LICENSE— MIT LicenseSECURITY.md— security policyCODE_OF_CONDUCT.md— Contributor Covenant code of conduct
From the current UI included in Index.html:
- Formatting controls: B (bold), I (italic), U (underline)
- Font family choices: Arial, Georgia, Times New Roman, Courier New
- Font size choices: Extra Small → Small → Medium → Large → Extra Large → Huge → Max
- Live counters: Words + Characters
- Actions: “Save Note” and “Clear All Notes”
- Download or clone the repo:
git clone https://github.com/kai9987kai/WebNotes.git cd WebNotes