Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.35 KB

React-HRMS

React-HRMS is a simple HRMS application using React, Redux and Node.js as backend

Setup And Usage

follow these steps

 //To Start the UI Server
 cd react-hrms
 npm install
 npm start

//To start the Backend Server
cd backend
npm install
npm start

What is React-HRMS

This app is a simple Human Resource Managemnt System .You can be logged in as Manager or as an normal employee with M11 or M12 as id and 'pass' as password.

If you are logged in as Manager

  • You can add,edit,delete employees and assign tasks to them
  • You can analyse the performance of employees through chart
  • You can view the details of company using streaming video

ScreenShots

Features