Scandiweb Product Management App Features Add, list, and delete products. Dynamically change input fields based on product type. Search products by SKU or Name. Lightweight application built with PHP and MySQL. Setup Instructions Clone this repository. Import the database.sql file into your MySQL database. Update the database connection in DatabaseConnection.php. Access the application at http://localhost/scandiweb-task. Usage Navigate to / to see the product list. Use the search bar to find specific products. Click "Add Product" to add a new product. Select products and click "Mass Delete" to delete them. Future Enhancements Add sorting and pagination functionality. Implement user authentication for secured access.