Skip to content

Rahimeen-Altaf/NoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Note-Taking Web App

This is a minimalistic note-taking web application created using HTML, JavaScript, and CSS. It provides users with the ability to create and manage notes with a user-friendly interface.

Features:

* Create Notes: Users can click the "Create" button to add new notes.
* Edit and Save: Notes are editable, and changes are automatically saved to the local storage.
* Delete Notes: Each note has a delete button for easy removal.
* Line Breaks: Pressing the "Enter" key inserts line breaks within the notes.

Local Storage:

The application uses the browser's localStorage to store and retrieve notes. This means your notes will persist even if you close or refresh the page.

About

This is a minimalistic note-taking web application created using HTML, JavaScript, and CSS. It provides users with the ability to create and manage notes with a user-friendly interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors