NeuralNik/linkr

Add PWA (Progressive Web App) Support

開放

#11 建立於 2025年10月9日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (3 個分叉)auto 404
enhancementfeaturehacktoberfestpwa

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南