Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.96 KB

README.md

File metadata and controls

54 lines (46 loc) · 1.96 KB

ERS_system

Problem statement

Create an application that allows employees to submit feedback toward each other’s performance

Features

Admin view Add/remove/update/view employees Add/update/view performance reviews Assign employees to participate in another employee's performance review Employee view List of performance review requiring feedback Submit feedback Make 1 login for admin and employee An employee can register, only admin can make an employee an admin

how to run the project

first you need to install the project by command

git clone

then you need to install all dependency in your system

npm i

now start the project with cammand in terminal

npm start

GUI

step1

create the account of Admin Screenshot (71)

step2

logging the Admin account Screenshot (70)

step3

Admin dashboard Screenshot (72)

step4

Admin profile Screenshot (73)

step5

Add the employee page Screenshot (74) Screenshot (75)

step6

assign the review Screenshot (76)

step7

goto the employee dahboard for give the feedback Screenshot (78)

step8

go the recepient dashboard for show the feedback Screenshot (79)