Skip to content

Forked from Source Code for PWA Workshop @ Chrome Dev Summit 2021

Notifications You must be signed in to change notification settings

Dusch4593/pwa-workshop-cds21

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cds21

PWA Workshop at Chrome Dev Summit 2021, given by Maximiliano Firtman on November 10th, 2021.

This is the project we'll be coding during the workshop.

This webapp takes the data/activities.json file and render a collection of icons that can trigger different activities using deep links for different native apps, such as messaging, maps, browsers, and more. Check or update the list of available types at js/handlers.js. Each activity needs a type, a name and an optional icon. If no icon is provided, a default icon for that type is used. Based on the type, several other values are expected, such as "url" for a link, or "place" for a map. These variables are declared in each time in js/handlers.js. Run this app in a web server, don't open it from the filesystem. Use 'npx serve' for a simple web server.

About

Forked from Source Code for PWA Workshop @ Chrome Dev Summit 2021

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.3%
  • CSS 27.0%
  • HTML 8.7%