NeuralNik/linkr

Add PWA (Progressive Web App) Support

Aberta

#11 aberto em 9 de out. de 2025

 (0 comentário) (0 reação) (0 responsável)TypeScript (3 forks)auto 404
enhancementfeaturehacktoberfestpwa

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador