From cb4c5b2933a75c2e5806de7efb8fa0a4bedea1d0 Mon Sep 17 00:00:00 2001 From: Anu <96435434+anu-codes@users.noreply.github.com> Date: Sat, 21 May 2022 22:27:46 +0530 Subject: [PATCH] Add PWA resource (#1266) #### What roadmap does this PR target? - [ ] Code Change - [x] Frontend Roadmap - [ ] Backend Roadmap - [ ] DevOps Roadmap - [ ] All Roadmaps - [ ] Guides #### Please acknowledge the items listed below - [x] I have discussed this contribution and got a go-ahead in an issue before opening this pull request. - [x] This is not a duplicate issue. I have searched and there is no existing issue for this. - [x] I understand that these roadmaps are highly opinionated. The purpose is to not to include everything out there in these roadmaps but to have everything that is most relevant today comparing to the other options listed. - [x] I have read the [contribution docs](../contributing) before opening this PR. #### Enter the details about the contribution I am suggesting the addition of PWA tutorials from MDN Web Docs. Apart from basic introduction to PWAs, it has numerous helpful How-to's such as using client-side storage with IndexedDB and Web Storage API, making mobile-first and installable PWAs, enabling "add to home screen", using notifications and push API etc. --- .../100-frontend/content/117-progressive-web-apps/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md b/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md index 765c0cf4f..048673b42 100644 --- a/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md +++ b/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md @@ -5,4 +5,5 @@ Progressive Web Apps (PWAs) are websites that are progressively enhanced to func Free Content Progressive Web Apps for Beginners Learn PWA +MDN Web Docs: Progressive Web Apps Build a Progressive Web App