All Projects → planetoftheweb → progressive

planetoftheweb / progressive

Licence: other
This is the repository for my course, Building a Progressive Web App on LinkedIn Learning and Lynda.com.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to progressive

gruntworkflows
Repository for my tutorial course: Grunt.js Web Workflows on LinkedIn Learning and Lynda.com.
Stars: ✭ 28 (+7.69%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
postcsslayouts
This is the repository for my course, Building a Responsive Single-Page Design with PostCSS on LinkedIn Learning and Lynda.com.
Stars: ✭ 22 (-15.38%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
responsivebootstrap
This is the repository for my course, Bootstrap Layouts: Responsive Single-Page Design on LinkedIn Learning and Lynda.com.
Stars: ✭ 49 (+88.46%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
angular
Repository for my tutorial course: Learning AngularJS on LinkedIn Learning and Lynda.com. http://raybo.org/angular
Stars: ✭ 79 (+203.85%)
Mutual labels:  training, rayvillalobos, lynda-com, linkedinlearning
npmtooling
This is the repository for my course, Tooling with NPM Scripts on LinkedIn Learning and Lynda.com.
Stars: ✭ 13 (-50%)
Mutual labels:  training, rayvillalobos, lynda-com, linkedinlearning
ambianic-ui
PWA for managing Ambianic Edge devices (smart cameras).
Stars: ✭ 32 (+23.08%)
Mutual labels:  offline, progressive-web-app, offline-capable
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+7080.77%)
Mutual labels:  offline, progressive-web-app
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: ✭ 227 (+773.08%)
Mutual labels:  offline, progressive-web-app
pwa-workshop
Workshop: Turning a regular website into a Progressive Web Application
Stars: ✭ 41 (+57.69%)
Mutual labels:  training, progressive-web-app
moodtracker
A serverless and offline-first PWA that lets you track your mood
Stars: ✭ 34 (+30.77%)
Mutual labels:  offline, progressive-web-app
meditation-timer
🧘 Progressive web application for timing your meditations
Stars: ✭ 23 (-11.54%)
Mutual labels:  offline, progressive-web-app
affilicats
🐈 Progressive Web App demo that showcases flaky network resilience measures (📶 or 🚫📶).
Stars: ✭ 65 (+150%)
Mutual labels:  progressive-web-app, offline-capable
Sw Precache Webpack Plugin
Webpack plugin that generates a service worker using sw-precache that will cache webpack's bundles' emitted assets. You can optionally pass sw-precache configuration options to webpack through this plugin.
Stars: ✭ 1,444 (+5453.85%)
Mutual labels:  offline, progressive-web-app
Angular2 Hn
💥 Progressive Hacker News client built with Angular
Stars: ✭ 1,293 (+4873.08%)
Mutual labels:  offline, progressive-web-app
Jfa Pwa Toolkit
⚡️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+842.31%)
Mutual labels:  offline, progressive-web-app
Create React Pwa
https://github.com/facebookincubator/create-react-app + Progressive Web App goodness
Stars: ✭ 1,268 (+4776.92%)
Mutual labels:  offline, progressive-web-app
Demo Progressive Web App
🎉 A demo for progressive web application with features like offline, push notifications, background sync etc,
Stars: ✭ 798 (+2969.23%)
Mutual labels:  offline, progressive-web-app
Mono-PWA
Monobank PWA — unofficial online web client for monobank
Stars: ✭ 24 (-7.69%)
Mutual labels:  offline, offline-capable
Your First Pwapp
Code associated with Your First Progressive Web App codelab
Stars: ✭ 619 (+2280.77%)
Mutual labels:  offline, progressive-web-app
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+2457.69%)
Mutual labels:  offline, progressive-web-app

Building a Progressive Web App

This is the repository for my course Building a Progressive Web App. The full course is available on LinkedIn Learning and Lynda.com

Building a Progressive Web App

Native apps do things like work offline and load on a device's home screen. Until now, mobile web apps accessed in a browser lacked those features. Progressive web apps correct these shortcomings. A progressive web app—like the one you build in this course—is 1) fast loading 2) responsive 3) able to work offline using service workers, 4) secure using HTTPS, and 5) installable using a special manifest. Ray Villalobos takes you the extra steps to make your web apps progressive, using a custom version of the Bootstrap framework and modals and templating system called Handlebars. Follow along to learn how to create interactive navigation, dynamic and responsive content such as carousels and multimedia, offline capabilities with service workers, and a more integrated launch experience with an app manifest file.

Instructions

This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add /tree/BRANCH_NAME to the URL to go to the branch you want to peek at.

Branches

The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch 02_03b then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A b means that this is how the code looks at the beginning of the video, an e means that is how the code looked at the end of the video.

You may find additional branches that correspond to other states, so for example, you may see a t, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The master branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course.

Installing

  1. Make sure you have these installed
  2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  3. CD to the folder cd FOLDERNAME
  4. Run > npm install to install the project dependencies
  5. Run > gulp to start live preview server

More Stuff

Check out some of my other courses on LinkedIn Learning and lynda.com. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.

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].