Skip to content

Erbolkz/LaravelSkillsTest

Repository files navigation

PHP Skills Test

Spend roughly 60 minutes completing as much as you can. Please submit your files even if they are not fully finished.

Create a webpage with a form that has the following text input fields: Product name, Quantity in stock, Price per item.

  • The submitted data of the form should be saved in an XML / JSON file with valid XML / JSON syntax.
  • Underneath of the form, the web page should display all of the data which has been submitted in rows ordered by date time submitted, the order of the data columns should be: Product name, Quantity in stock, Price per item, Datetime submitted, Total value number.
  • The "Total value number" should be calculated as (Quantity in stock * Price per item).
  • The last row should how a sum total of all of the Total Value numbers.
  • For extra credit, include functionality to edit each line.

Instructions:

Solution requirements:

  • Use PHP / Html / Javascript / CSS.
  • Use Twitter Bootstrap.
  • The form should be submitting the data and updating the data being displayed on the page using Ajax.
  • Provide all the files related to the solution in one zip file, the solution should work directly after extracting it on a server without the need to modify anything in the files to make it work.

About

Laravel Follow-up Skills Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages