How it works

This app use the core features of HTML5 i.e Web Storage.

  1. Web Storage
    1. Store data locally within the user's browser.
    2. Web storage is more secure, and large amounts of data can be stored locally, without affecting website performance.
    3. Stores data with no expiration date
    4. The data will not be deleted when the browser is closed, and will be available the next day, week, or year.
  2. Code
    1. Creating text area. To allow the user to type text.
    2. Getting text from area text and storing in web storage.
      Exectue function after every 500ms, to stored the data in webstorage
      Add listner event on text area whenerver the text change.
  3. Repository
    1. Feel free to fork and contribute.