Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.