An open API service indexing awesome lists of open source software.

https://github.com/pwa-builder/pwa-journal-workshop

This repository contains the source code and solutions for the Progressive Web App Intro Workshop.
https://github.com/pwa-builder/pwa-journal-workshop

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# PWA Workshop Solutions

This repository contains solutions for the Progressive Web App Introductory Workshop found [here.](https://docs.pwabuilder.com/#/home/pwa-workshop)

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.