Google Sheets as database + CMS in Carrd
Embedding a Google Sheet in Carrd using Vue and Google Sheets API.
-
Google Sheets here act as a database and CMS. Update your Google Sheets, and the changes get reflected here immediately. This below example is a list of social impact grants in Singapore, but it could be anything, really. A restaurant menu, a list of cities ala NomadList, a job board, anything!
{{ job.name }} | {{ job.agency }}
{{ job.description }}
No more grants :/
🧡 Credits: Adapted from Mason Fox in Codepen