A simple and clean Notes App built using HTML, CSS, and JavaScript.
It allows you to add, delete, and auto-save your notes directly in the browser using localStorage โ no backend required!
- โ๏ธ Add Notes: Create as many notes as you want with just one click.
- ๐๏ธ Delete Notes: Remove any note instantly.
- ๐พ Auto Save: Your notes are automatically saved โ even after you close or reload the page.
- ๐ Clean UI: Simple, responsive, and distraction-free interface.
- HTML5 โ Structure of the app
- CSS3 โ Styling and layout
- JavaScript (ES6) โ App functionality and localStorage management
- When you type a note, it automatically saves in your browserโs localStorage.
- You can add a new note by clicking the Add Note button.
- To delete a note, just click the delete button.
- All notes remain saved until you manually delete them.