customer-visit-frontend

Customer Visit Management Frontend

A React web app for logging sales rep visits to customers, integrated with a Google Sheets backend via Google Apps Script.

Features

Setup

  1. Clone this repo.
  2. Run npm install.
  3. Set your backend API URL in src/api.js (replace YOUR_APPS_SCRIPT_WEB_APP_URL).
  4. Run locally: npm start.
  5. Deploy to GitHub Pages:
    • Build: npm run build
    • Push /build to your gh-pages branch or configure as per GitHub Pages docs.

Backend Integration


Maintained by YOUR_GITHUB_USERNAME# customer-visit-frontend