Simple php test to create and display employee profile
- Fork this repository into your GitHub account (You can create a GitHub account if you don't have one)
- Clone the repository from your repository
- Checkout main branch
- Commit your changes with the code for below question
- Upload screen interface as image
- Add
MYwavePSSDas collaborators
-
Create a form to add new employee
Employee Name Gender Martial Status Phone No. Email Address Date of birth Nationality Hire Date Department- You can add any other field that is relevant.
- Add validation to the input for both frontend and backend
- Implement REST API to pass data
- After validation, if form is valid, save into json or csv
-
Show all employee profile pulled from json or csv in a new screen
-
Frontend
- Normal HTML5 and css or REACT
-
Backend
- Normal PHP or LARAVEL
- Clean code and good practise
- Good UI UX