jacobsamo / Mixie

Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes.
https://mixiecooking.com
GNU Affero General Public License v3.0
1 stars 1 forks source link

PWA, SEO, Accessibility, Performance, Best practices #25

Closed jacobsamo closed 1 year ago

jacobsamo commented 1 year ago

Speed improvements

What needs to be done is to have all PWA, SEO, Accessibility, Performance, and Best practices between 90-100 score on lighthouse testing not just on desktop but also mobile.

Fully offline support

In my app, I want to have fully offline support with users still being able to partially navigate without the internet and still be able to edit and create recipes and update data when they come online

PWA

Progress Web App is something that is becoming more and more needed easily with the app I am building I am looking for speed and accessibility to users which with a user being able to download the app would be awesome to have

Service worker and a CDN

Adding a service worker and a CDN to help with offline support, however, all we need to worry about is the Service worker. Thank you NextJs

Todo:

jacobsamo commented 1 year ago

Fixed in all the issues in beta release 2