Skip to content

Practical Application Project based on Progressive Web App (PWA) concepts, Offline-First And IndexDB Data Storage. This Project is built through MWS-Group-9 Members And Teammates

Notifications You must be signed in to change notification settings

Zikama/Mobile-Web-Specialist-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MWS-GROUP-9 / Mobile Web Specialist App

Demo App Image alt text

Practical Application Project based on Progressive Web App (PWA) concepts, Offline-First And IndexDB Data Storage. This Project is built through MWS-Group-9 Members And Teammates

Installation process

First step:

Clone the repository with cmd git clone or download the whole repos as a zip and extract it into wherever you want in your local computer

Second step:

Once you complete the first step, navigate to the /src folder with the cmd cd src inside the folder run this cmd npm install to install the app dependencies

Third step:

When done, run this cmd npm install --global workbox-cli this command will install workbox-cli globally in your system

Fourth step:

Then serve the app with this command: npm run start

Open the app and explore the code

Once you have started the server, open the browser and navigate to http://localhost:8081/ to view the app.

Testing PWA and Offline-First concepts with indexDB storage

Once you run the MWS-Group-9 App explore and navigate through the pages After that turn off your internet connection and be totally offline MWS-Group-9 App will serve you as you want

Building strategies

  • MWS-Group-9 App is a
  • Progressive Web Application
  • Offline-first
  • Precaching and cache first
  • Handling Network First cache
  • IndexDB storage with js promise

Contribution

Contributions are welcomed so to perform, make it more sustainable and professional, feel free to fork the repo and submit pull requests.

Happy coding!

About

Practical Application Project based on Progressive Web App (PWA) concepts, Offline-First And IndexDB Data Storage. This Project is built through MWS-Group-9 Members And Teammates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.3%
  • CSS 40.3%
  • HTML 19.4%