Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 537 Bytes

React App

Task Was:

Develop a login screen, it should allow only Admin to login, you can set (admin@domain.com/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)

Live: https://muhammadovi.github.io/ReactApp/