Explain React App

Why we chose a React web app instead of an “installer” app

We wanted mobile GPS features without going through App Store / Play Store registration, fees, review times, and update delays. A React web app (PWA) launches from a simple URL or QR code, can be “installed” to the home screen, and we can ship updates instantly—no store resubmission.

Benefits for this project

Future-proofing (if we need more device access)

Summary: React gives us speed of delivery, easy distribution, and enough GPS to start. If requirements grow (e.g., continuous background tracking), we can step up to a wrapped or native build later.