Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.03 KB

NoteApp

HTML CSS JavaScript

Description

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.

Usage

To use the NoteApp:

  1. Clone the repository to your local machine:
    git clone https://github.com/km-saifullah/noteApp.git
  2. Open the index.html file in your preferred web browser.
  3. Start taking notes!

Features

  • 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.