https://github.com/zequez/gsheets-based-website
Experiment to create a static website based on Google Sheets data
https://github.com/zequez/gsheets-based-website
Last synced: about 1 month ago
JSON representation
Experiment to create a static website based on Google Sheets data
- Host: GitHub
- URL: https://github.com/zequez/gsheets-based-website
- Owner: Zequez
- Created: 2022-12-02T16:02:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T11:30:10.000Z (over 3 years ago)
- Last Synced: 2025-12-29T23:30:21.187Z (5 months ago)
- Language: TypeScript
- Homepage: gsheets-based-website.vercel.app
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Sheets Based Website
On this experiment I created a statically generated website that
gets the data from Google Sheets and displays content based on that.
For the demo it load a list of people from an example spreadsheet.
## Features
✅ Load Google Sheets spreadsheet data from API and render website
✅ Use Telegram avatar images based on Telegram usernames
✅ Webhook that triggers Vercel re-deployment when Google Sheet changes
[] A way to authorize the Google API key to access private spreadsheets
## Next
- Use browser history and make back button work when opening a card
- Allow switch between cards and list view
- Show little icons in cards indicating data availability
- Share on...
- Make proposal for money loops at...
- Publish to Vercel and at https://gsheets-based-website.zequez.space
- Re-publish it automatically when Google Sheet changes