- 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.
- Clone this repository.
- Import the
database.sqlfile into your MySQL database. - Update the database connection in
DatabaseConnection.php. - Access the application at
http://localhost/scandiweb-task.
- 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.
- Add sorting and pagination functionality.
- Implement user authentication for secured access.