NoteApp is a simple note-taking application built with HTML, CSS, and JavaScript. It allows users to create, edit, delete, and save notes directly in the browser using DOM manipulation and localStorage.
To use the NoteApp:
- Clone the repository to your local machine:
git clone https://github.com/km-saifullah/noteApp.git
- Open the index.html file in your preferred web browser.
- Start taking notes!
- Create New Notes: Add new notes with text.
- Edit Existing Notes: Update the content of existing notes.
- Formatting: Format the texts like bold,normla,change text color etc.
- Delete Notes: Remove the full notes from the output.