## Description: * [x] Add a **product** => `Interface` with the following properties: * `id` => `number` * `title` => `string` * `quantity` => `number` * `price` => `string` * `complete` => `boolean` * `description` => `string` (Limit `max-length` to 30 characters) ## Products Template * [x] Add HTML `Template` to list the `products` * Add new product => `input text"` * Toggle ` product` checked status => `input checkbox` * Delete => `button` ## List Styling: * [x] List main title `color `=> `#ffffff` * [x] Limit the `height` and add `overflow` to scroll. * [x] `width` => `300px` ## List product Styling: * [x] `padding up/down` => `5px` * [x] `padding left/right` => `10px` * [x] `light text color` => `#999999` * [x] `light border color` => `#d3d3d3` * [x] `text color` => `#000000`
Description:
Interfacewith the following properties:id=>numbertitle=>stringquantity=>numberprice=>stringcomplete=>booleandescription=>string(Limitmax-lengthto 30 characters)Products Template
Templateto list theproductsinput text"productchecked status =>input checkboxbuttonList Styling:
color=>#ffffffheightand addoverflowto scroll.width=>300pxList product Styling:
padding up/down=>5pxpadding left/right=>10pxlight text color=>#999999light border color=>#d3d3d3text color=>#000000