A Sticky Note Application to never forget the important things.
Table of Contents
A Sticky Note Application built using HTML, CSS and Javascript.
No prerequisites required executing this program.
- Clone the repository:
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
-
Navigate to
Sticky Notes Application
Project. -
Open the
index.html
HTML file with live server.
Shortcuts : To create a new note, simply click on the + icon and a new note will appear.
To edit a pre-existing note, click on the note and this will allow you to edit the note.
To delete a particulat note, simply double click on that note and that note will be deleted.
The notes are stored on the local storage and thus they do not get deleted even if the live server is closed.