From 1fe8bc372cb3a72e53f65ba67d24f030c11a2d01 Mon Sep 17 00:00:00 2001 From: AditiBS Date: Fri, 27 Feb 2026 21:24:43 +0530 Subject: [PATCH] Improve README with setup and usage instructions --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 121b87b..c9c56c1 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,43 @@ No installation or backend required. - `style.css` – App styling - `script.js` – App logic +## Basic Usage Instructions +➕ Add a Note + +Type your note in the text area + +Select labels if needed + +Click Add Note + +✏️ Edit a Note + +Click the Edit button on a note + +Modify the text and save + +🗑️ Delete a Note + +Click the Delete button + +The note is moved to Trash + +🔍 Search Notes + +Use the search bar at the top to filter notes by text + +🧲 Reorder Notes + +Drag and drop notes to rearrange them + +The new order is saved automatically + +🌙 Dark Mode + +Click Dark Mode in the sidebar to toggle theme + +💾 Data Storage + +Notes and their order are stored using browser localStorage + +Draft notes are auto-saved while typing \ No newline at end of file