Skip to content

amanmulla3291/InvoConnect_Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published