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 715 public repositories matching this topic...

A modern, responsive online exam platform featuring sign-up/login functionality, timed exams, progress tracking, flagged questions, and result submission. Built with HTML, CSS, and JavaScript for an interactive and user-friendly experience.

  • Updated Oct 2, 2024
  • CSS

"A simple, user-friendly To-Do List app to manage tasks efficiently. Features include adding, editing, and deleting tasks, along with marking them as complete. Built with " HTMS , CSS , JAVASCRIPT " this project is great for staying organized and productive. Ideal for beginners learning project management and basic CRUD operations."

  • Updated Aug 22, 2024
  • CSS