Local Storage is a web browser feature that allows web applications to store data on the user's device.
It's a key-value storage system that persists even after the browser is closed.
This app lets you store data into Local Storage and will automatically recognize Strings, Numbers and Booleans.
You can choose between three different storing data types :
ITEMS, ARRAYS, AND OBJECTS.
The program will automatically sort the data based on the user's chosen data type, without requiring any symbols.
You can properly access the Local Storage through the Developer Tools of your browser.
LOADING