Skip to content
#

LocalStorage

LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.

localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage returns a different object than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).

Here are 79 public repositories matching this topic...

🍔 Food Delivery App , Display food, drinks, calories, fats and protein for each food or drink. Users can make order and pay by credit card “Stripe or paypla” . User have a favourite and cart list. Any one can register or authenticate with google account . > > This Project Started ( 2023 ) & Refactor ( 2024 )

  • Updated Oct 26, 2024
  • Dart