InvoConnect/
├── public/
│ └── vite.svg
└── src/
├── App.css
├── App.jsx
├── index.css
├── main.jsx
├── assets/
│ └── react.svg
├── components/
│ ├── ErrorBoundary.jsx
│ ├── ThemeToggle.jsx
│ ├── Auth/
│ │ ├── Login.jsx
│ │ └── Register.jsx
│ ├── Dashboard/
│ │ ├── AdminDashboard.jsx
│ │ └── BusinessOwnerDashboard.jsx
│ ├── Estimate/
│ │ ├── EstimateForm.jsx
│ │ └── EstimateTable.jsx
│ ├── Invoice/
│ │ ├── InvoiceForm.jsx
│ │ └── InvoiceTable.jsx
│ ├── PDF/
│ │ └── GeneratePDF.jsx
│ └── WhatsApp/
│ └── ShareToWhatsApp.jsx
└── context/
├── AuthContext.jsx
└── ThemeContext.jsx