Go to file
Aaron Louie 3e56f7dbfe Moves barcode pattern into config. 2020-09-14 13:51:17 -04:00
.expo-shared Gets a basic running app going. Refactors everything into Typescript and organizes files. 2020-08-28 23:40:55 -04:00
android Refactors settings into config file. Syncs data with Firebase if connected. 2020-09-14 13:41:22 -04:00
assets Updates splash screen 2020-09-10 15:49:58 -04:00
components Moves barcode pattern into config. 2020-09-14 13:51:17 -04:00
config Moves barcode pattern into config. 2020-09-14 13:51:17 -04:00
ios Generates builds. 2020-09-09 08:39:31 -04:00
models Moves barcode pattern into config. 2020-09-14 13:51:17 -04:00
.gitignore Refactors settings into config file. Syncs data with Firebase if connected. 2020-09-14 13:41:22 -04:00
App.tsx Moves barcode pattern into config. 2020-09-14 13:51:17 -04:00
README.md Adds some installation instructions 2020-08-28 23:53:47 -04:00
app.json Adds initials input screen. Encodes initials into QR Code 2020-09-13 08:08:27 -04:00
babel.config.js WIP: Cleans up, refactors, adds Material Design theme. Stubs out printing functionality. 2020-08-31 22:12:32 -04:00
index.js WIP: Cleans up, refactors, adds Material Design theme. Stubs out printing functionality. 2020-08-31 22:12:32 -04:00
metro.config.js WIP: Cleans up, refactors, adds Material Design theme. Stubs out printing functionality. 2020-08-31 22:12:32 -04:00
package-lock.json Adds version properties and build scripts. 2020-09-10 14:10:21 -04:00
package.json Adds version properties and build scripts. 2020-09-10 14:10:21 -04:00
tsconfig.json Gets a basic running app going. Refactors everything into Typescript and organizes files. 2020-08-28 23:40:55 -04:00
yarn.lock WIP: Moves camera setting to Settings screen 2020-09-04 17:50:50 -04:00

README.md

UVA COVID-19 Testing Kiosk App

Development

  1. Install prerequisites:
  2. Clone this repository.
  3. In your terminal, navigate to the repository and run npm install to install all the necessary dependencies and libraries.
  4. Start the expo development server: expo start -c
  5. A browser window should open, displaying a QR Code. Using your mobile device, scan the QR Code, which will prompt you to open the Expo Client app.

Deployment

TBD - Coming soon...

  • Windows
  • MacOS
  • iOS
  • Android