All Projects → FlorianRappl → Pwa Example

FlorianRappl / Pwa Example

Licence: mit
A short example illustrating some essential steps for creating a progressive web app (PWA).

Programming Languages

js
455 projects

Projects that are alternatives of or similar to Pwa Example

Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+1289.29%)
Mutual labels:  tutorial, example
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+17578.57%)
Mutual labels:  tutorial, example
Espressif
all espressif stuff will committed here
Stars: ✭ 477 (+1603.57%)
Mutual labels:  tutorial, example
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (+1196.43%)
Mutual labels:  tutorial, example
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-28.57%)
Mutual labels:  tutorial, example
Learning Rust
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
Stars: ✭ 376 (+1242.86%)
Mutual labels:  tutorial, example
React From Zero
A simple (99% ES2015 less) tutorial for React
Stars: ✭ 4,638 (+16464.29%)
Mutual labels:  tutorial, example
Project Minimek
A sample app to demonstrate various useful Redux techniques, accompanying the blog series at http://blog.isquaredsoftware.com/series/practical-redux
Stars: ✭ 266 (+850%)
Mutual labels:  tutorial, example
Nice Front End Tutorial
🌍 Constantly updated front-end resources, tutorials, opinions(与时俱进版前端资源,教程和意见。)
Stars: ✭ 755 (+2596.43%)
Mutual labels:  tutorial, pwa
Vulkan minimal compute
Minimal Example of Using Vulkan for Compute Operations. Only ~400LOC.
Stars: ✭ 603 (+2053.57%)
Mutual labels:  tutorial, example
Javascript Idiosyncrasies
A bunch of Javascript idiosyncrasies to beginners.
Stars: ✭ 353 (+1160.71%)
Mutual labels:  tutorial, example
Haxejs
Documentation about using JavaScript with Haxe
Stars: ✭ 25 (-10.71%)
Mutual labels:  tutorial, example
Javascript Journey
Source code for blog post Journey from procedural to reactive JavaScript with stops
Stars: ✭ 309 (+1003.57%)
Mutual labels:  tutorial, example
Go Todo Rest Api Example
📚 A RESTful API example for simple todo application with Go
Stars: ✭ 385 (+1275%)
Mutual labels:  tutorial, example
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (+896.43%)
Mutual labels:  tutorial, example
Flutter For Android Developers
Compilation of Flutter materials for Android developers
Stars: ✭ 488 (+1642.86%)
Mutual labels:  tutorial, example
Lv examples
Examples, tutorials and applications for the LVGL embedded GUI library
Stars: ✭ 246 (+778.57%)
Mutual labels:  tutorial, example
Vaporschool
Learn how to build vapor applications from rookie to champion in a constructive way!
Stars: ✭ 259 (+825%)
Mutual labels:  tutorial, example
Emacs Elisp Programming
Tutorial about programming Elisp and Emacs text editor customization.
Stars: ✭ 548 (+1857.14%)
Mutual labels:  tutorial, example
Algolia Swift Demo
iOS instant search tutorial
Stars: ✭ 23 (-17.86%)
Mutual labels:  tutorial, example

PWA Example

A simple example illustrating the transformation of a standard web app into a progressive web app.

Branches

The following branches illustrate different steps:

original

The baseline example. A simple web app fetching some data and showing it. Not working offline, not using push notifications and not installable.

standalone

Makes the app installable by providing a stub service worker and valid manifest file. A set of sample icons is included.

push

Installs a (pseudo) web push notification service. Indicates the installation status on the screen (bottom of the page).

offline

Includes a service worker implementation to retrieve data from cache.

master

The latest version. Is only used for contributions / improvements.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].