This project is the frontend for the Analytics Auditor Connections App, built with React, Vite, and Tailwind CSS.
It provides Connections options for Google, Slack, and Go High Level, along with a branded UI.
git clone https://github.com/Zarfaa/Analytics_Auditor.git
cd Analytics_Auditornpm installnpm run devThe app will be available at 👉 http://localhost:3000
npm run dev → Start dev server with HMR npm run build → Build production bundle
Create a .env file in the root of your project and add:
- VITE_FIREBASE_API_KEY=
- VITE_FIREBASE_AUTH_DOMAIN=
- VITE_FIREBASE_PROJECT_ID=
- VITE_FIREBASE_STORAGE_BUCKET=
- VITE_FIREBASE_MESSAGING_SENDER_ID=
- VITE_FIREBASE_APP_ID=
- VITE_APP1_URL=http://localhost:5173
- VITE_APP2_URL=http://localhost:3000
- VITE_REDIRECTION_URL=http://localhost:3000
- React + Vite → Fast frontend development
- Tailwind CSS → Utility-first styling
- Axios → API calls
- React Router → Routing