Message Channel Used in this project: productFilterChannel 2. productSelectedChannel
Lightning Component
7. productsList: This component shows all the products available with the available filters also. productsList.JS productsList.html
6. productTile: This component is responsible to show each product details. It’s getting product’s list from productList…
5. productSearchForm: This component is getting the search keyword and passing the infomation to productSearch to filter…
4. productSearch: This component consists two other components which are productSearchForm and productsList. Here user can search…
3. productFilters: This components is getting the filters information from multiSelectPicklistLwc component and passing this information to…
2. productCartList: This component is having all the products which user select to add in cart. this…
LWC Components Used In this Project multiSelectPicklistLwc: In this component we can select multiple filters and we…
Apex Class: Only one apex class we are using here in this project ProductService
Use Case Lightning Steps is a global shoe brand company, they would like to have a single-page…