Task Was:
Develop a login screen, it should allow only Admin to login, you can set ([email protected]/admin) as email/password, otherwise it should alert error of "Wrong Credentials"
After login, show a list of employees in a table and an add button (Floating Action Button on bottom right) to add employee details.
Develop an employees info form with the following details:
1 First Name 2 Last Name 3 Email 4 Salary 5 Job Start Date (Should be Javascript Date)