Go to file
Aaron Louie 8b7ef5c8fd WIP: Moves camera setting to Settings screen 2020-09-04 17:50:50 -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
assets Adds basic project files 2020-08-28 15:35:51 -04:00
components WIP: Moves camera setting to Settings screen 2020-09-04 17:50:50 -04:00
models WIP: Moves camera setting to Settings screen 2020-09-04 17:50:50 -04:00
.gitignore WIP: Displays QRCode instead of 1D barcode 2020-09-02 17:09:49 -04:00
App.tsx WIP: Moves camera setting to Settings screen 2020-09-04 17:50:50 -04:00
README.md Adds some installation instructions 2020-08-28 23:53:47 -04:00
app.json WIP: Moves camera setting to Settings screen 2020-09-04 17:50:50 -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 Prints QR Code 2020-09-03 18:27:44 -04:00
package.json WIP: Moves camera setting to Settings screen 2020-09-04 17:50:50 -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