https://github.com/km-saifullah/noteapp
This is a Note Taking Application using raw JavaScript
https://github.com/km-saifullah/noteapp
css html javascript localstorage localstorage-api localstorage-crud
Last synced: 2 months ago
JSON representation
This is a Note Taking Application using raw JavaScript
- Host: GitHub
- URL: https://github.com/km-saifullah/noteapp
- Owner: km-saifullah
- Created: 2024-02-02T15:21:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T13:05:44.000Z (over 2 years ago)
- Last Synced: 2025-05-17T06:41:32.397Z (about 1 year ago)
- Topics: css, html, javascript, localstorage, localstorage-api, localstorage-crud
- Language: CSS
- Homepage: https://km-saifullah.github.io/noteApp
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteApp
[](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
[](https://developer.mozilla.org/en-US/docs/Web/CSS)
[](https://developer.mozilla.org/en-US/docs/Web/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:
```bash
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.