Intro to Progressive Web Apps

Go to class
Write Review

Free Online Course: Intro to Progressive Web Apps provided by Udacity is a comprehensive online course, which lasts for 2 weeks long. The course is taught in English and is free of charge. Intro to Progressive Web Apps is taught by Michael Wales and Pete LePage.

Overview
  • In this course you’ll get started working on your very first Progressive Web App (PWA) - a web app that can take advantage of many of the features native applications have enjoyed. You’ll also get more experience in creating a web app that works offline using Service Workers. Finally, you’ll make your app installable to the user’s home screen with the Web App Manifest file.

Syllabus
    • Progressive Web Apps
      • What is a Progressive Web App is and why you would want to make one?,Get started building out your very own app shell.
    • Service Workers
      • Use Service Workers to enable your application to work offline.,Identify which assets you should cache and how to use these cached assets in your application.
    • Web App Manifest
      • Allow users to install your Progressive Web App to their device’s home screen.,Properly configure a Web App Manifest.