Go to file
Aaron Louie 8d2ca4764d Adds version properties and build scripts. 2020-09-10 14:10:21 -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 Adds version properties and build scripts. 2020-09-10 14:10:21 -04:00
assets Adds icons and splash screen 2020-09-10 10:07:58 -04:00
components Adds icons and splash screen 2020-09-10 10:07:58 -04:00
ios Generates builds. 2020-09-09 08:39:31 -04:00
models Adds line count screen. 2020-09-05 23:16:46 -04:00
.gitignore Generates builds. 2020-09-09 08:39:31 -04:00
App.tsx Generates builds. 2020-09-09 08:39:31 -04:00
README.md Adds some installation instructions 2020-08-28 23:53:47 -04:00
app.json Generates builds. 2020-09-09 08:39:31 -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