Go to file
Aaron Louie 5729def6ca Adds manual ID number entry screen.
Former-commit-id: ffbc16d1223ac8cf4e144a06fd58d3d421f85903
2020-09-02 12:13:16 -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 Adds manual ID number entry screen. 2020-09-02 12:13:16 -04:00
models Adds manual ID number entry screen. 2020-09-02 12:13:16 -04:00
.gitignore Adds Android build files. Adds some placeholder content in the printout 2020-08-31 23:33:49 -04:00
App.tsx Adds manual ID number entry screen. 2020-09-02 12:13:16 -04:00
README.md Adds some installation instructions 2020-08-28 23:53:47 -04:00
app.json Adds manual ID number entry screen. 2020-09-02 12:13:16 -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 manual ID number entry screen. 2020-09-02 12:13:16 -04:00
package.json Adds manual ID number entry screen. 2020-09-02 12:13:16 -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: Adds settings screen to change location code. Adds cancel button and flip camera button to Scan screen. 2020-09-01 15:55:23 -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