Description
Resellers are often on the go at thrift stores or retail locations. They need to be able to access FlipTrack quickly from their phones like a native app.
Expected Behavior
- Add a \manifest.json\ with app icons, theme colors, and display mode set to \standalone.
- Register a basic Service Worker (\sw.js) to cache static assets for faster load times.
- Ensure the app passes Lighthouse PWA requirements so users get the 'Install App' prompt on mobile devices.
Technical Hints
- Place static files in the \public\ directory.
- Link the manifest in \�pp/root.tsx\ inside the <head>\ tags.
Difficulty
Beginner-Intermediate
Description
Resellers are often on the go at thrift stores or retail locations. They need to be able to access FlipTrack quickly from their phones like a native app.
Expected Behavior
Technical Hints
Difficulty
Beginner-Intermediate