Skip to content

Latest commit

 

History

History
 
 

Sticky Notes Application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sticky Note Application

A Sticky Note Application to never forget the important things.


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

A Sticky Note Application built using HTML, CSS and Javascript.

(back to top)


Built With

(back to top)

Getting Started

Prerequisites

No prerequisites required executing this program.

Installation

  1. Clone the repository:
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
  1. Navigate to Sticky Notes Application Project.

  2. Open the index.html HTML file with live server.

(back to top)

Usage

screenshot

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.

(back to top)