The app runs entirely client-side with no backend dependencies, making it a natural candidate for a Progressive Web App.
Proposed enhancement:
- Add a service worker for offline caching
- Add a web app manifest (
manifest.json) with icons
- Enable "Add to Home Screen" on mobile devices
- Cache the app shell and static assets for instant loading
This would be especially useful for educators in environments with unreliable internet access.
The app runs entirely client-side with no backend dependencies, making it a natural candidate for a Progressive Web App.
Proposed enhancement:
manifest.json) with iconsThis would be especially useful for educators in environments with unreliable internet access.