https://github.com/milosvtsl/delivery
Task description
Imagine we have an online store where we offer other shops to sell through us. Then we offer
this shop ability to set up their delivery methods. This task requires from candidate to create this
delivery methods form.
Delivery methods are pulled from database, then displayed in form. Every delivery method can
have no value, value as zero, value as price, and ranges. No value means method is
unavailable, value as zero means delivery method is free, value as price means delivery method
has it’s price and if ranges are set, then for every range there is specific price.
Each delivery method has its options which is displayed when clicked on “show options”
There are no mandatory fields.
So main task is to create a form (image is provided to show how it will look), where we
can edit delivery methods (ranges/options)
Requirements
Please create this form, validate data on both front-end and back-end. You can use any
framework, or tools in achieving this task. It is important to use PHP/MySQL on back-end and
on front-end HTML/CSS/JS