Skip to content

ThirteenFrames/Lab8_Starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab8-Starter

I worked on this lab alone.

GitHub Pages URL

https://thirteenframes.github.io/Lab8_Starter/

Installing on a phone creates an app on the home screen.

Graceful Degradation and Service Workers

Graceful degradation means that when some features fail, the entire app doesn't stop working.

Service workers, as used in this lab, aim to prevent the app from completely failing when the user's network connection fails.

For example, if the user loses connection while on the page, and refreshes the page, the service worker catches the network error and displays the cached recipes. This means that instead of a 'no internet connection' page being shown, the existing recipes are shown, keeping some parts of the page still working.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.7%
  • HTML 5.2%
  • CSS 5.1%