A simple web app for managing shared expenses using a Google Sheet as the backend.
- React, Vite, TypeScript, shadcn, Tailwind CSS
https://www.youtube.com/watch?v=tRBeoTJkmt4
- Create a OAuth 2.0 Client ID in Google Cloud
- Create a .env file based on .env.example
npm i
npm run dev
npm ci
npm run check-all
cd terraform
terraform init
terraform plan -out tfplan
terraform apply tfplan
cd ..
BUCKET_NAME=your-bucket-name ./deploy.sh
The MIT License (MIT)


