Skip to content

Progressive Web App which allows user to download images then retrieve them while offline.

Notifications You must be signed in to change notification settings

jcoyle37/image-fetching-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Storage & Fetching PWA

Progressive Web App which allows user to download images then retrieve them while offline.

Getting Started

  1. Run npm install to install dependencies
  2. Run gulp command to initialize development server. Note: Since this uses a service worker designed to cache files for offline use, you will likely need to clear local site storage when making certain updates. Do so via the Application tab in Chrome DevTools.
  3. When finished, your compiled project will reside within the contents of the /dist folder

Built With

  • gulp - Browser auto-refresh on save and babel transpiler
  • localForage - Library used to store data locally in IndexedDB

Acknowledgments

About

Progressive Web App which allows user to download images then retrieve them while offline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published