Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Progressive Web Apps (PWA) - The Complete Guide
Bestseller
Highest Rated
Rating: 4.7 out of 5(11,477 ratings)
68,514 students

Progressive Web Apps (PWA) - The Complete Guide

Build a Progressive Web App (PWA) that feels like an iOS & Android App, using Device Camera, Push Notifications and more
Last updated 11/2022
English

What you'll learn

  • Build web apps that look and feel like native mobile apps for iOS and Android
  • Use service workers to build web apps that work without internet connection (offline-first)
  • Leverage device features like the camera and geolocation in your web apps
  • Use web push notifications to increase user engagement with your web apps

Course content

14 sections208 lectures15h 50m total length
  • About this Course2:06

    Discover how progressive web apps turn web apps into native-like experiences with offline access, device features, push notifications, and home-screen installation.

  • What are Progressive Web Apps?3:24

    Let's start with the most important question first: What are progressive web apps? This lecture takes a closer look!

  • Join our Online Learning Community0:21
  • PWAs vs Native Mobile Apps6:07

    Why would you build a progressive web app if you can just build a native mobile app? There are many reasons, let's dive into the important ones in this lecture.

  • Node.js Download0:05
  • A Demo PWA & What We'll Build in this Course6:24

    Time to see a progressive web app in action! In this lecture, we'll have a look at a real PWA and at the final course project.

  • Our First Progressive Web App6:27

    Now that we saw a finished progressive web app, let's build our own one. At least a very simple one!

  • PWA Core Building Blocks3:19

    You already learned quite a bit about progressive web apps but you also heard a lot of buzzwords. Let me summarize which core building blocks make up a progressive web app in this lecture.

  • Comparing PWAs and SPAs3:17

    Sometimes, PWAs and SPAs get mixed up. What is the difference? In this lecture, you'll learn how both concepts are related to each other - or how they are not.

  • What is "Progressive Enhancement"?3:23

    What does the "progressive" in "progressive web app" actually mean? Let's explore this question and have a look at "progressive enhancement" in this lecture.

  • Course Outline4:24

    We had a look at a lot of the core concepts of PWAs, now it's time to also dive into the question what this course has to offer to you. Let's explore the course outline.

  • Course Project Setup6:10

    In this course, we're going to learn and apply everything directly on a course project. For that, we of course need one, so let's set it up!

  • How to get the Most out of this Course2:11

    My #1 goal is to make sure that YOU get the most out of this course. Let me share some tipps & tricks about how that works out.

Requirements

  • Basic HTML, CSS and JavaScript knowledge is required
  • NO experience with JavaScript frameworks is required

Description

Progressive Web Apps (PWAs) bring mobile-app-like experiences to your users without requiring them to install an app from the app store/ play store.

You still create a web application (HTML, CSS, JavaScript) but this course will teach you how to add features such as camera access, service workers for offline support, push notifications and more. This combines the best of both worlds: You deliver fast, engaging and reliable experiences whilst still having the reach and accessibility of a web page.

"Progressive Web App" simply is a term summarizing all the features allowing you to deliver mobile-like experiences. The topic is highly trending and it also is a topic which is here to stay! Not only is it strongly promoted by Google, it's also quickly being adopted by big companies like Twitter or the Washington Post.

Having the skills to build and optimize these kind of web apps is already an important and highly demanded skill for modern web developers, a trend which is only going to accelerate! Therefore, learning how to build PWAs will give you a competitive edge!

In detail, this course will cover everything you need to build amazing PWAs - leading to a score of 100 (out of 100) in Google's PWA auditing tool "Lighthouse":

  • Detailed explanation about what a PWA exactly is

  • How to use an app manifest to make your web app installable on device homescreens

  • Using service workers to offer offline support by caching assets

  • Advanced service worker usage and caching strategies

  • A refresher on Promises and the Fetch API as both concepts are heavily used in PWAs

  • How to improve user engagement by adding push notifications

  • A way to synchronize data in the background, even if connection is lost

  • How to access native device features like the camera or geolocation

  • Using Workbox to make service worker management easier

  • Explanations on how to turn your next SPA project into a PWA

  • And more

All these things are of course put into practice by building a course project. To ensure that you can apply the knowledge to ANY of your projects, the course project doesn't assume any JavaScript framework but focuses on the core features mentioned above!

So this course has a lot to offer, how do you tell if it's for you though?

It definitely is the right choice if

  • you already are a web developer (no matter if experienced or still new to the business) and want to prepare for the future

  • you enjoy working with HTML, CSS and JavaScript and want to leverage the full power the web and browser technologies have to offer

  • you want to deliver the best possible experiences to your users, using technologies like web push notifications or offline support

What do you need to know to get the most out of the course?

  • You need to know at least the basics of HTML, CSS and JavaScript

  • No advanced knowledge of these technologies required though

  • You DON'T need to know any JavaScript framework like Angular or React - PWAs work with ANY JavaScript app, even if you don't use a framework at all (actually, that's what we'll build in the course!)

I'd be very happy to welcome you on board of this course and start this journey together with you!

Max

Who this course is for:

  • Students who want to build web apps that look and behave like native mobile apps
  • Students who want to build offline-ready web apps (yes, that works!)
  • Anyone who wants to build web apps that offer access to the device camera, geolocation, push notifications and provide offline support
  • Students who want to leverage latest browser features whilst still supporting older browsers