NeuralNik/linkr

Add PWA (Progressive Web App) Support

Ouverte

#11 ouverte le 9 oct. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (3 forks)auto 404
enhancementfeaturehacktoberfestpwa

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur