Skip to content

abaeakili/Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-App

This is an example of a web App

This is a work in progress, if you find a mistake, please file an issue. Thanks!

What you’ll learn if you want to follow along

  • How to design and construct an app using the “app shell” method
  • How to make your app work offline
  • How to store data for use offline later

What you’ll need to do the same

  • Chrome 52 or above, though any browser that supports service workers and cache.addAll() will work
  • Web Server for Chrome, or use your own web server of choice.
  • The sample code
  • A text editor
  • Basic knowledge of HTML, CSS and JavaScript
  • (Optional) Node is required in the last step to deploy to Firebase