How can I make web app work offline too
I am working on a finance web app and want to offer complete offline support to users who prefer that.
Any pointers on how to do it?
Create a PWA and use a service worker to cache the content. It is like twitter web that can be installed