Skip to content

Signe93/dhbw-pwa-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DHBW logo

DHBW PWA & Project Fugu Workshop

Progressive Web Apps are a great cross-platform application model, even if somewhat restricted in use—until now, that is. Project Fugu is an initiative led by Google, Microsoft, and Intel. Their goal: a more capable web. Home screen shortcuts, clipboard and file system access are only a few examples of Fugu’s powerful APIs. Are you ready to superpower your Progressive Web App?

Demonstrated Features

  • Basic Functionality
    • Canvas
    • Low-Latency Rendering (desynchronized canvas)
    • 2D Context

(ToDo) Progressive Web Apps

  • Service Worker
  • Web App Manifest
  • Manifest Shortcuts

(ToDo) Project Fugu APIs

  • Web Share API
  • File System Access API
  • Async Clipboard API
  • File Handling API

Setup Instructions

npm i
npm start

Linting

npm run lint

Formatting

npm run fix

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.2%
  • HTML 41.7%
  • CSS 7.1%