day-cohort-70 / shepherds-pie-stormy-monday

shepherds-pie-stormy-monday created by GitHub Classroom
0 stars 0 forks source link

Employee List View #15

Open lsand18 opened 7 months ago

lsand18 commented 7 months ago

For admin users the "employees" link on the navbar will navigate to an employee view

  1. create an employees directory under components
  2. create an employeeList.jsx file
  3. In this file, render a list of employees that includes name, email, address, and phone number
  4. each employee item should link to an employee view with the path being the employee id
  5. also render a "New Employee" button that will navigate to the employee form
  6. add "EmployeeService.jsx" to services