NeuralNik/linkr

Add PWA (Progressive Web App) Support

Offen

#11 geöffnet am 09.10.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (3 Forks)auto 404
enhancementfeaturehacktoberfestpwa

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Make linkr installable as a PWA for offline use.

Acceptance Criteria:

  • Add web app manifest
  • Implement service worker for caching
  • Add install prompt
  • Support offline QR code generation
  • Add app icons for different sizes

Implementation Hints:

  • Use Vite PWA plugin
  • Create manifest.json
  • Implement offline fallback
  • Add installation prompt component

Contributor Guide