An open API service indexing awesome lists of open source software.

https://github.com/ojack/pwa-playground


https://github.com/ojack/pwa-playground

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# [How to build a PWA from scratch with HTML, CSS, and JavaScript](https://www.ibrahima-ndaw.com/blog/how-to-build-pwa-with-javascript/)

Progressive web apps are a way to bring that native app feeling to a traditional web app. With PWAs we can enhance our website with mobile app features which increase usability and offer a great user experience.
In this article, we are going to build a PWA from scratch with HTML, CSS, and JavaScript. Here are the topics we'll cover:
- What is a Progressive Web App ?
- Markup
- Styling
- Show data with JavaScript
- Web App Manifest
- What is a Service Worker?
- Cache the assets
- Fetch the assets
- Register the Service Worker
- Final thoughts
- Next steps

[Continue reading](https://www.ibrahima-ndaw.com/blog/how-to-build-pwa-with-javascript/)

You can check it out live [here](https://devcoffee-pwa.netlify.com/).