Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T13:05:44.000Z (9 months ago)
- Last Synced: 2024-02-08T14:28:29.820Z (9 months ago)
- Topics: css, html, javascript, localstorage, localstorage-api, localstorage-crud
- Language: CSS
- Homepage:
- 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
[![HTML](https://img.shields.io/badge/HTML-5-orange)](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
[![CSS](https://img.shields.io/badge/CSS-3-blue)](https://developer.mozilla.org/en-US/docs/Web/CSS)
[![JavaScript](https://img.shields.io/badge/JavaScript-ES6-yellow)](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.