Created a Reading Log

I've been working on creating a reading log for this site. I started by making a simple web app that I run local for entries, which posts the entries to a Google Sheet using Google App Scripts.
Screenshot of log entry form

Here is what the local entry log looks like. Extremely basic, but it works!

The book log html hosted here then calls and lists the entries. Entries can be edited and deleted from the web app. It's very simple, but it is my first time making something like this, so I'm happy with how it came out! You can check it out in the header or here (takes a second to load).

I may look into adding extra features and improving it later, for now, I'm just glad it's working.