Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressive Web App #276

Open
aadeshkulkarni opened this issue Oct 28, 2024 · 1 comment
Open

Progressive Web App #276

aadeshkulkarni opened this issue Oct 28, 2024 · 1 comment
Assignees

Comments

@aadeshkulkarni
Copy link
Owner

aadeshkulkarni commented Oct 28, 2024

Requirement:

  • Make the app PWA-compatible
  • Add an install button in the Nav drawer. The app should get installed on the user's device when user clicks on it.
  • The app should be accessible offline. (open the app, turn off the internet. The user should be able to navigate to different screens. Only the data fetching should be paused. The user should be notified that there is network outage, therefore it's not possible to perform that action)
  • Lighthouse PWA score should be decent (>80 minimum, 100 bestcase)

Reference:

https://nextjs.org/docs/app/building-your-application/configuring/progressive-web-apps

@aadeshkulkarni aadeshkulkarni self-assigned this Nov 5, 2024
@aadeshkulkarni
Copy link
Owner Author

PWA setup done. App can now be installed on mobile.

Push notifications setup is still pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant