This is a monorepo for a QuarantineApp. It is a PoC of a helper tool for the law enforcement services during CoronaVirus outbreak. It's main purpose is to provide a way of supervising people undergoing quarantine. It is achieved by localizing the user's phone along with biometric authentication.
Each potentially infected person is being recored in (nonexistent) database.
The frontend panel generates QR code for the person to log in to the app.
(Currently static value of coronaVirus://patient0
)
The patients are periodically being asked to provide current location through push notifications (not implemented).
The whole project took less than 10 hours to finish. It was a fun way to get acquainted with expo.