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

Geograbber

WiFi & Bluetooth GeoGrabber is an Android app for scanning, mapping, and analyzing WiFi networks and Bluetooth devices with GPS accuracy. Data is saved locally and can be visualized or analyzed on PC using included Python tools. Ideal for network analysis, signal mapping, and educational wardriving.

  • Updated Dec 14, 2025
  • Java

PasswordSentinel is a secure, local-only password manager built with java, using java swing GUI. All data stays on your device, ensuring complete privacy while offering strong password generation and safe storage.

  • Updated Dec 20, 2024
  • Java

This Mobile Application allows users to browse, search for, and book courses. It provides a user-friendly interface and a smooth booking experience. Users can either browse as a guest or log in to access additional features such as booking courses, managing their profile, and adding courses to their wishlist.

  • Updated Mar 30, 2024
  • Java