NeuralNik/linkr

Add PWA (Progressive Web App) Support

Open

#11 opened on Oct 9, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (3 forks)auto 404
enhancementfeaturehacktoberfestpwa

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

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