A simple, lightweight, progressive, cross-platform attendance management system integrated with Google Services.
git clone https://github.com/unsuitable001/AttnSheet.git
Create a project on Google Developer Console. Enable Google Sheets API, Google Drive API, Google File Picker API. Configure OAuth Consent Screen. Use https://www.googleapis.com/auth/drive.file
and https://www.googleapis.com/auth/drive.appdata
scopes.
Get your credentials and put them in appropriate position (i.e in place of placeholders e.g YOUR_API_KEY, YOUR_APP_ID)
in index.html
and picker.html
file located in /src
.
- 🔥
start
- run development server - 🔧
dev
- run development server - 🔧
build-dev
- build web app using development mode (faster build without minification and optimization) - 🔧
build-prod
- build web app for production
https://attendance-app-demo.netlify.com/
https://attendance-app-demo.netlify.com/help.pdf
Soumyadip Mondal (@unsuitable001)
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.