A live display of the number of new members for each committee. The signup process is carried out using Google Forms.
[Demo]
- Google Apps Script (
api.gs
) - Frontend Electron app
Run a local static HTTP server using python3 -m http.server 8080
.
The data is fetched from the file mock-api.json
.
- Create a signup form (Google Form and Google Sheet).
- Make changes in
api.gs
according to comments and deploy API as Google Apps Script. - Set up the API url and color mapping in
index.html
. - Install Electron dependencies with
npm install
. - Run Electron app (run with
npm start
and toggle fullscreen with F11).