Quick and dirty event attendance tracking
Basically, an app that lets you scan QR codes and update a spreadsheet. Perfect for event managers who are tired of manual check-ins.
- React Native
- Google Sheets API
- Clone the repo
npm install
(the usual drill)- Set ip the client id
- 📊 Automagic spreadsheet updates
- 🔒 uses Google AuthFlow
- 💾 Works with any sheet you have
Fork it. Break it. Fix it. Pull request.
- Might cause productivity
- Could make event management look easy
- Side effects include looking like a tech wizard
# Clone the project
git clone https://github.com/bilelBoulhia/QR-Scanner-Trigger
# Install the things
npm install
# Pray to the tech gods
npm start