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

Bienvenido a ManagAsk, un administrador de tareas sencillo pero potente, diseñado para gestionar tus pendientes de forma clara, eficiente y visualmente agradable. Este proyecto refleja mis habilidades en desarrollo frontend con HTML, CSS/SASS y JavaScript, con un enfoque en la experiencia del usuario y la persistencia de datos en el navegador.

  • Updated May 2, 2025
  • SCSS