NeuralNik/linkr

Add PWA (Progressive Web App) Support

Aperta

#11 aperta il 9 ott 2025

 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (3 fork)auto 404
enhancementfeaturehacktoberfestpwa

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor