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.
- Host: GitHub
- URL: https://github.com/pwa-builder/pwa-journal-workshop
- Owner: pwa-builder
- License: mit
- Created: 2022-09-27T18:46:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T22:37:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T03:54:37.880Z (6 months ago)
- Language: TypeScript
- Size: 541 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.