When user open
http://localhost:3000/, load all Projects from database like Figure 4.
Reduce by 0.5 points if the design does not have the correct layout and styles, as shown in Figure 4.
Reduced by 0.5 points if the correct department is not displayed.
2.2. (1 point)
When a user clicks on a link by the name of a project, navigate to the URL:
http://localhost:3000/employees/:dept (dept - is an ObjectId of the Department). At the same time, display the list of corresponding employees, as shown in Figure 5.
Reduced by 0.5 points if Department name information is not displayed
React App
X
+
X
←
localhost:3000/employees/65d6d2e6eee18931e983e2e8
List of Employees
Home page
Department: Information Assurance
Id
Employee name
Gender
Position
65dad58856a3dd744e600253
65dad5a356a3dd744e600255
Trinh Thu Hang
12/05/2000
Female
Male
Developer
Leader
Tran Hong Quan
Date of birth
16/04/1998
Figure 5 - List of employees by department
Zoom
100%
Close