https://github.com/duzzisantos/mern-stack-crud-app-hr-analytics
HR Analytics application
https://github.com/duzzisantos/mern-stack-crud-app-hr-analytics
Last synced: about 2 months ago
JSON representation
HR Analytics application
- Host: GitHub
- URL: https://github.com/duzzisantos/mern-stack-crud-app-hr-analytics
- Owner: duzzisantos
- License: mit
- Created: 2022-06-30T21:05:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T00:11:34.000Z (11 months ago)
- Last Synced: 2024-05-19T01:24:20.567Z (11 months ago)
- Language: JavaScript
- Homepage: https://keffi-frontend.vercel.app
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mern-stack-crud-app-HR-ANALYTICS
Keffi HR Analytics application## Features
1. New employee registration to capture their general HR information
2. Employee information modification
3. Employee deletion - only available to authorized users of the application
4. Employee list view in cards - an employee hub to query employees per department
5. Employee appraisal form measuring:
- Quality of work
- Quantity of work
- Punctuality
- Responsibility
- Delivery
6. Authentication and authorization with Firebase
7. Appraisal Dasboard for displaying different instances of an employee's appraisal, and their changes in performace (top level overview)
8. Analytics charts showing employee performance rankings, and offering training recommendations across different levels
9. Analytics charts showing high performing employees who are eligible for promotion## Tools
1. React
2. JavaScript
3. Bootstrap
4. React Bootstrap
5. Firebase
6. React Router Dom
7. CSS
8. React Query## How to start the app on local host
1. Ensure your development environment variables and configurations are ready
2. Run 'npm start' to start viewing the application on your local host.