Skip to content

Enhancement: Add PWA Support for Offline Capabilities & App Installation #24

Description

Is your feature request related to a problem? Please describe.

StudyFlow is a great productivity tool, but it currently requires a browser to run and doesn't behave like a native application. Students would benefit greatly from being able to install the app on their devices and load it instantly.

Describe the solution you'd like

I suggest upgrading the site to a Progressive Web App (PWA) by adding:

  1. A manifest.json file to define app icons, theme colors, and display modes.
  2. A sw.js (Service Worker) to cache static assets so the app loads faster and provides basic offline fallback support.

Additional context

I have written the necessary code to register the service worker and link the manifest. I'll be submitting a Pull Request for this!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions