README.md

February 13, 2023 ยท View on GitHub

Storage Editor

A Editor for Local Storage and Session Storage.

โœจ Feature

  1. ๐Ÿ™ˆ Preview Local Storage and Session Storage Data as a tree.
  2. โœ๏ธ Edit, Add, Remove or Clear Storage Data.
  3. ๐Ÿ”Œ Add a New Node or Data to Object or Array.
  4. ๐Ÿ” Search Value or Key in Storage Data Tree.

โš™๏ธ Debug

  1. Clone git repository in local.
  2. Execute npm install to install dependencies.
  3. Execute npm run dev.
  4. Open browser and enable "Developer mode".
  5. Click load an unpacked directory, and then choose /<code directory>/dist.
  6. Restart Browser.

๐Ÿ‘€ Preview

  1. Data Preview:
  2. Edit Preview:

๐Ÿ”” Others