Database

Connecting React App to Google Sheets using Google Apps Script

Koowoy
Reference: For general structure - Youtube Channel Get __it Done! For auto increment id on Google Sheets - Stack Overflow Question Motivation For my react app, I wanted to create a page where I could ask for the user’s email and name, maybe for future marketing purposes. Although storing these kind of data would conventionally require a backend server and a database connected to it. However, I wanted this project to be as lightweight as possible, preferably a Front End only project.