Web app to monitor and manage blood alcohol consumption (BAC) in a drinking session with multiple users.
To run the project: First set up a Firebase project with the following collections: users, drinks and sessions, and an email/password authentication provider. Copy the Firebase config into this file: src/config/firebase.js. Then run:
$ npm install
$ npx expo start