20-20REENVISIONED / Refactored-fortune-teller

Fortune telling app for CSE 112 Spring 2024
https://20-20reenvisioned.github.io/Refactored-fortune-teller/
0 stars 0 forks source link

Make site into a PWA #4

Closed HoldenA1 closed 3 months ago

HoldenA1 commented 4 months ago

Make site installable as a Progressive Web App with offline access

This task involves writing a manifest.json which defines certain properties of the app, writing service workers to handle caching files and installation of the app, and lastly making the app work properly offline (this can be achieved by disabling features which need the internet or finding a way to get them to work while offline).

arnavkamra14 commented 3 months ago

Was not able to be addressed