mah51 / ScuffedMDB

An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
https://smdb.mikeroph.one
MIT License
104 stars 19 forks source link

Make ScuffedMDB a proper PWA #60

Closed olig89 closed 3 years ago

olig89 commented 3 years ago

Description

Allows for:

  1. Users to install on devices
  2. Users to access offline (will also therefore help with the perception of load times)
  3. Ability to get notifications (e.g. new film)

In relation to...

Other

Justification

Is cool tech, and easy to implement at the most basic level given you've already done most of the hard work with Lighthouse.

Proposed Solution

No response

Additional Information

No response

olig89 commented 3 years ago

Given how the db is always polled before loading page - offline capability isn't possible