A light-weight web app built with Google Sheets & Apps Script: GAS108
Introduction
If you are looking for a free solution to host a web app for your employee profiles by using Google Sheets as a database, you may check this shared project.
Demo App
A gallery to showcase your employees.
Configurations
App Settings:
app | Employee Profile App: GAS108 |
fluid | TRUE |
title | Employee Profiles |
subtitle | A light weight app built with Google Sheets & Apps Script |
sheetNameData | Data |
Profile Card Settings:
headerProfileUrl | Profile Url |
profileTitle | {{Full Name}} – {{Gender}} |
profileSubtitle | {{Bio}} |
profileAspectRatio | 2/1 |
headers | Full Name, Profile Url, Bio, Website, Birthday, Gender, Address |
Deployment
- Make a copy of my project from this link.
- Open “Apps Script” by going “Extensions > Apps Script” in the menu of the copied Spreadsheet.
- Create a new Deployment for “Web App” and complete the authorization process for the first time.