A fullstack single-page application (SPA) built with React, Node.js, and Express for a culinary school. Users can fill out a form that submits data to a Google Sheet stored in Google Drive. The app is deployed on Vercel.
- 📝 Submit form data (e.g., student or enrollment info)
- 📤 Data is saved directly to a Google Sheet via Express backend
- 🌐 Hosted on Vercel with client/server routing handled smoothly
- 📄 Google Sheets integration through Google APIs
- ⚛️ React frontend with clean, responsive UI
- Frontend: React
- Backend: Node.js + Express
- Database: Google Sheets (via Sheets API)
- Hosting: Vercel (for both frontend and API functions)
- Other: Google Drive, Google Sheets API