Skip to content

Releases: fearlessly-dev/recipe-me

v0.1-basic-pwa

22 Feb 13:30
Compare
Choose a tag to compare
v0.1-basic-pwa Pre-release
Pre-release

v0.1 - Basic PWA

This is a snapshot of the project reflecting the status at the time of this article:
https://dev.to/azure/07-developing-progressive-web-apps-hfb

It takes the template project through the steps of becoming a minimal PWA.

  • Hosting it on HTTPS
  • Adding a basic Web App Manifest
  • Adding a basic Service Worker (cache-first policy)
  • Validating it with Lighthouse and PWABuilder audits

Things to do:

  • Customize with real content (remove boilerplate recipes, add my own)
  • Enhance Web App Manifest (more than minimal - e.g., shortcuts, screenshots)
  • Enhance Service Worker (add install-time pre-caching, handle messages, richer cache policy)
  • Explore new Web Capabilities (add App Shortcut etc.)