Skip to content

harrmitch/notes-localstorage

Repository files navigation

Basic Note App

Deployed URL [here] (https://notes-localstorage.vercel.app/)

Usage

  • Click on Add notes to add new notes.
  • Click outside the text editor to save.
  • Click on any note in the panel to edit.
  • Double click on any note in the panel to delete.

Data location

  • All notes are saved in Local Storage of the URL.
  • Wiped if local storage is removed (i.e browsing history deleted, manually deleted, etc.)