TodosTiger PWA
TodoTiger PWA is a Progressive Web App demonstrating a PWA with Ruby on Rails version 8.
It uses TailwindCSS 3, ImportMaps, Stimulus, Turbo Streams, Propshaft, etc. to manage the assets, styles, and todos.
Implementing manifest.js
and service_workers.js
The PWA uses its own Rails Controller
to provide manifest.js
and service_workers.js
, and a stimulus controller
to provide the install app button.
Implementing the Install App
button
Source Code
The source code can be accessed from https://github.com/cmittal790/todostiger-pwa