The objective of Lab 04 was to implement a functional product search mechanism allowing users to search furniture products by entering keywords.
A search page was created with:
On button click, a search handler processes the user input. The system matches the entered keyword with available product data. All relevant matching products are displayed dynamically to the user. The search functionality was integrated with previously developed pages. The implementation was tested to ensure correct results and smooth user interaction. The application was hosted and made available online as required.