A simple browser notes app that stores notes in localStorage.
How to use
- Open
index.htmlin your browser. - Click New Note (or press Ctrl/Cmd+N) to create a note.
- Use the search box to filter notes.
- Edit or Delete notes using the buttons on each note.
Files
- index.html — main UI
- styles.css — styles
- app.js — app logic using
localStorage
Notes
This is intentionally lightweight and runs entirely in the browser—no server required.