Skip to content

pradumya004/GETMAXCRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •