An open API service indexing awesome lists of open source software.

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

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.