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

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

New Employee Form #16

Open lsand18 opened 7 months ago

lsand18 commented 7 months ago

From the employee view page, a button will navigate to the employee form component

  1. create EmployeeForm.jsx under forms
  2. this form should have input fields for name, email, address, phone, and admin properties
  3. render a "save" button
  4. this button will save the employee to the database and navigate back to the employee list component