Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 590 Bytes

Task consists of two pages for online shop inventory system.

1st page: Displays all the products saved in the database. Allows user to delete products.

page_2

2nd page: Allows user to add new product of one of the product types: book, DVD or furniture. Webpage displays an error message if some of the fields are empty or SKU(ID) already exists in the database.

page_4