A simple and beginner-friendly Note-taking app built using HTML, CSS, JavaScript, and LocalStorage. Create, save, and manage your notes with a clean UI.
- Add Note → Click the "Add" button to create a new note.
- Delete Note → Click the trash icon to remove a note.
- Save Note → Click the save icon or start typing to automatically update LocalStorage.
- Page Reload → Notes persist and reappear on page reload.
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- LocalStorage# Note-app