A straightforward notes application built with HTML, CSS and JavaScript.
- Lets you create, edit and delete notes.
- Stores notes locally in the browser β no server needed.
- Clone the repo:
git clone https://github.com/maheshmnair/NotesApp.git
- Open
index.htmlin your browser. - Start using the app; the UI is self-explanatory.
- HTML & CSS for layout and design
- JavaScript for note-management logic