Go to file
Aaron Louie 6e09f6dfc1 Moves LabelLayout to models 2020-09-21 17:43: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 label layout options into separate component. Adds settings option for selecting label layout. 2020-09-21 14:37:19 -04:00
assets Updates splash screen 2020-09-10 15:49:58 -04:00
components Moves LabelLayout to models 2020-09-21 17:43:17 -04:00
config Moves LabelLayout to models 2020-09-21 17:43:17 -04:00
ios Generates builds. 2020-09-09 08:39:31 -04:00
models Moves LabelLayout to models 2020-09-21 17:43:17 -04:00
.gitignore Removes & ignores ..bfg-report diirectory 2020-09-14 14:31:38 -04:00
App.tsx Refactors label layout options into separate component. Adds settings option for selecting label layout. 2020-09-21 14:37:19 -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 Refactors label layout options into separate component. Adds settings option for selecting label layout. 2020-09-21 14:37:19 -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