CSE HR is an admin dashboard designed to be beautiful and simple. It is built on top of Reactstrap and React (create-react-app), using Now UI Dashboard and it is fully responsive.
This project was designed to manage the human resources of the CSE Scientific Club of the ESI, it allows to have statistics compared to the number of members by departments and by year, it also allows to display the different lists of members by department (Filter) and annciΓ©ntΓ© as well as the personal information of each member which can be changed or deleted at any time. Regarding the addition, we can either add the members manually or add them using the import of a google sheet, same for the data recovery using export which transmits the data to a google sheet.
| Dashboard |
| Add members |
| Tables |
| Import/Export/Filter Data |

Quick start options:
- Clone the repo:
git clone https://github.com/BillelBenoudjit/CSE_HR.git. - Download from Github.
The documentation for the Now UI Dashboard React is hosted at our website.
Within the download you'll find the following directories and files:
CSE HR
βββ CHANGELOG.md
βββ Documentation
β βββ tutorial-components.html
βββ LICENSE.md
βββ README.md
βββ package.json
βββ public
β βββ apple-icon.png
β βββ favicon.ico
β βββ index.html
β βββ manifest.json
βββ src
βββapi
| βββ api.js
βββ assets
β βββ css
β β βββ demo.css
β βββ fonts
β β βββ ...
β βββ img
β β βββ flags
β β β βββ ...
β β βββ ...
β βββ sass
β βββ now-ui-dashboard
β β βββ mixins
β β β βββ ...
β β βββ plugins
β β β βββ ...
β β βββ ...
β βββ now-ui-dashboard.scss
βββ components
β βββ BarChart
β β βββ BarChart.jsx
| βββDoughnutChart
| | βββ DoughnutChart.jsx
β βββ FixedPlugin
β β βββ FixedPlugin.jsx
β βββ Footer
β β βββ Footer.jsx
β βββ Navbars
β β βββ DemoNavbar.jsx
β βββ PanelHedear
β β βββ PanelHeader.jsx
β βββ Sidebar
β βββ Sidebar.jsx
|
βββ App.js
βββ index.js
βββ routes.js
βββ PrivateRoute.js
|
βββ variables
β βββ icons.jsx
βββ views
βββ Dashboard
β βββ Dashboard.jsx
βββ TableList
β βββ TableList.jsx
βββ TableListAlumnis
β βββ TableListAlumnis.jsx
βββ TableListAnciens
β βββ TableListAnciens.jsx
βββ TableListBureau
β βββ TableListBureau.jsx
βββ TableListNewbies
β βββ TableListeNewbies.jsx
βββ UserPage
βββ UserPage.jsx
Do you have a feature request, bug report, or patch? Great! See CONTRIBUTING.md for information on what you can do about that. Contributions to CSE HR are welcome and appreciated !
