1.
Product Input Fields:
o Product Name: A text input field to enter the name of the product.
o Pricing Section:
▪ Base Price
▪ Taxes: An additional cost field for taxes.
▪ Ads: An additional cost field for advertising.
▪ Discount: A field to enter any applicable discount.
o Total Price Calculation:
The Total Price is automatically calculated as:
Total = Price + Taxes + Ads - Discount
The total value should update in real-time whenever any of the above fields
are modified.
2. Additional Product Fields:
o Quantity: Input field for specifying the quantity to be purchased.
o Category: A dropdown or input field to define the product category.
3. Create Product Functionality:
o A Create button to add a new product entry.
o Once added, products are displayed in a list format below the input form.