soumikbaithalu / Chathub

This is a Messenger App, made with react, styled with the help of material UI, and deployed with the help of firebase. 💭🖥️
https://chathub-swart.vercel.app/
MIT License
16 stars 33 forks source link

Turn the Website into a PWA #70

Open nparashar150 opened 2 years ago

nparashar150 commented 2 years ago

Is your feature request related to a problem? Please describe. Make the website look like an App by making it a Progressive Web App. Here are benefits of a PWA

Describe the solution you'd like We can make the Website a PWA with the help of cra-template-pwa template provided by React. By using the service-worker.js files, adding workbox dependencies, and making changes in some files a Website can be converted into a PWA.

Additional context Here is an example of PWA I implemented successfully on my Personal Portfolio Website nparashar150

soumikbaithalu commented 2 years ago

Hey, @nparashar150 can you explain more about the features.

nparashar150 commented 2 years ago

Hey, @nparashar150 can you explain more about the features.