We will be working with a Progressive Web App or name CoffeMasters. The PWA is already developed using just VanillaJS (no library or framework). We will be adding storage to that PWA in the form of:

  • Persistance and Quota Management
  • Cart storage with Web Storage and IndexedDB
  • Products storage with IndexedDB
  • Assets storage with Cache Storage

You can download the source code to start working on it from https://github.com/firtman/coffeemasters-pwa. Open the webpp using a local web server, just as running npx serve -s within the folder.