App to help evacuate an office in case of emergencies.
It's a 3 step process.
- Load XLSX - Load an excel file from your phone storage with details of employees who have checked into office that day.
- Scan QR codes from ID cards to mark employees as safe - you can keep track of employees who are unaccounted for.
- End evacuation
- XLSX file, for example:
Employee name | Employee ID |
---|---|
ABC | ID1 |
XYZ | ID2 |
- QR Code data, for example:
{
"Employee ID": "ID123",
"Employee name": "Nightmare"
}
npm install
npm run android
// or //
npm run ios