Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (35 loc) · 1.05 KB

React + Vite

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