/coffeemasters-pwa

Tasks/Assignments while learning from the course by @firtman on Frontend Masters

Primary LanguageJavaScript

Coffee Masters

This is a sample Progressive Web App for playing with Frontend Masters workshops.

  1. Clone this repo
  2. Run it with a local web server, such as running npx serve
  3. Open the browser
In IDB read more about
  • Transactions
  • Cursors
  • Filters by Cursors
  • Performance - measuring the performance of queries

Cache storage

  • part of service worker spec but not tied to it // try await caches.match("/data/images/blacktea.png")

Easy to use service worker implementation

// WORKBOX