acikyazilimagi / acikyazilimagi/deprem-io

PWA aktifleştirilmesi

Ouverte
#3 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
TypeScript
Étoiles
47
Forks
17
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

hızlıca [next-offline](https://www.npmjs.com/package/next-offline) paketi kullanılabilir.

veya

- [ ] 1. icon.png public'e eklenmesi
![icon](https://user-images.githubusercontent.com/45480153/217888351-5fb649ed-415f-4aa6-82d3-dfbb0823bd99.png)
- [ ] 2. public'e manifest.json eklenmesi
```
{
"theme_color": "#ef4444",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "Deprem Imece Platformu - deprem.io",
"short_name": "deprem.io",
"description": "Depremzedelerin yard\u0131m alabilece\u011fi ve depremzedelere yard\u0131m etmek isteyenlerin kullanabilece\u011fi ortak platform.",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
```
- [ ] 3. Meta etiketlerinin girilmesi

```



```
- [ ] 4. public'e sw.js eklenmesi
- [ ] 5. app.tsx'de bu Service Worker'ın tanımlanması

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Start by inspecting the Next.js entry point app.tsx and the public directory, then compare the next-offline option with the listed manifest and service-worker checklist. Done means the PWA assets, metadata, and service worker are present and app.tsx registers the worker.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
nextjs, typescript
Domaine
frontend, web-dev
Type d'issue
Fonctionnalité
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
38/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.