Create a react page that loads employess and their jobs onto the page.
- Create a react component called 
EmployeeInfothat will contain two informations:- Employee's name
 - Employee's job
 
 - create a component called profile:
- image of employee
 - title
 - job description
 - link to social media
 
 - another compoent for a form:
- title
 - input name,email,phone,address,message
 - submit button
 
 
Have fun, and Good luck :D