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 8,493 public repositories matching this topic...

Book Review is a comprehensive and user-friendly website designed for book enthusiasts to explore, review, and manage their reading lists. Built using React.js, HTML, CSS, Tailwind CSS, and JavaScript, the website offers a dynamic and interactive user interface.

  • Updated Jul 2, 2024
  • JavaScript

Welcome to the Fully Streamlined Delivery Service Website! This project utilizes React, Tailwind CSS, Firebase Authentication, Node.js, and MongoDB to create a modern platform with a comprehensive dashboard. It caters to users, delivery riders, and administrators, providing efficient management of orders, users, and essential functionalities.

  • Updated Jul 1, 2024
  • JavaScript