The goal is to add a guestbook to my github page. The guestbook should include textareas of name and message, and an optional "draw something".
The constraints were:
- No server
- No database
- Free
- Customized
- Deplyable to github pages
- As simple as possible
After several attempts, I ended up using `google form -> google sheet -> google app scripts.`