GMS
├─ backend
│ ├─ .env
│ ├─ index.js
│ ├─ models
│ │ └─ Employee.js
│ ├─ package-lock.json
│ └─ package.json
├─ client
│ ├─ eslint.config.js
│ ├─ index.html
│ ├─ package-lock.json
│ ├─ package.json
│ ├─ postcss.config.js
│ ├─ public
│ │ └─ vite.svg
│ ├─ README.md
│ ├─ src
│ │ ├─ App.jsx
│ │ ├─ assets
│ │ │ └─ react.svg
│ │ ├─ components
│ │ │ ├─ content
│ │ │ │ ├─ DashboardContent.jsx
│ │ │ │ ├─ HelpContent.jsx
│ │ │ │ ├─ IncomeContent.jsx
│ │ │ │ ├─ organisation
│ │ │ │ │ ├─ ActivityPage.jsx
│ │ │ │ │ ├─ employee
│ │ │ │ │ │ ├─ AddEmployeeModal.jsx
│ │ │ │ │ │ ├─ EmployeeRow.jsx
│ │ │ │ │ │ └─ EmployeeTable.jsx
│ │ │ │ │ └─ EmployeeList.jsx
│ │ │ │ ├─ product
│ │ │ │ │ ├─ AllProductsContent.jsx
│ │ │ │ │ ├─ CategoriesContent.jsx
│ │ │ │ │ └─ OrdersContent.jsx
│ │ │ │ └─ ProfileContent.jsx
│ │ │ ├─ Dropdown.jsx
│ │ │ ├─ Footer.jsx
│ │ │ ├─ Input.jsx
│ │ │ ├─ SearchBar.jsx
│ │ │ ├─ sidebar
│ │ │ │ ├─ Header.jsx
│ │ │ │ ├─ Pagination.jsx
│ │ │ │ └─ Sidebar.jsx
│ │ │ ├─ try.html
│ │ │ └─ try.jsx
│ │ ├─ main.jsx
│ │ ├─ pages
│ │ │ ├─ DashboardPage.jsx
│ │ │ ├─ HomePage.jsx
│ │ │ ├─ LoginPage.jsx
│ │ │ └─ ProfilePage.jsx
│ │ └─ styles
│ │ └─ index.css
│ ├─ tailwind.config.js
│ └─ vite.config.js
└─ README.md
-
Notifications
You must be signed in to change notification settings - Fork 0
pradumya004/GETMAXCRM
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published