NeuralNik/linkr

Add PWA (Progressive Web App) Support

オープン

#11 opened on 2025/10/09

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (3 件のフォーク)auto 404
enhancementfeaturehacktoberfestpwa

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド