Skip to content

MYwavePSSD/InterviewQuestion-PHP-EmpProfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

PHP coding test

Simple php test to create and display employee profile

Follow these steps

  1. Fork this repository into your GitHub account (You can create a GitHub account if you don't have one)
  2. Clone the repository from your repository
  3. Checkout main branch
  4. Commit your changes with the code for below question
  5. Upload screen interface as image
  6. Add MYwavePSSD as collaborators

Task

  1. 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
  2. Show all employee profile pulled from json or csv in a new screen

Language

  • Frontend

    • Normal HTML5 and css or REACT
  • Backend

    • Normal PHP or LARAVEL

BONUS POINT

  • Clean code and good practise
  • Good UI UX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors