/pwa-journal-workshop

This repository contains the source code and solutions for the Progressive Web App Intro Workshop.

Primary LanguageTypeScriptMIT LicenseMIT

PWA Workshop Solutions

This repository contains solutions for the Progressive Web App Introductory Workshop found here.

This workshop will walk you through converting a simple web journaling app into a progressive web app. The solutions found in this repository break down as follows:

  • solutions/01-journaling-app: The completed journal app without any extra PWA features added yet.

  • solutions/02-journaling-pwa: The updated journal app with some PWA features added.

  • solutions/03-add-notifications: The finalized journal PWA with web push notifications implemented.