This is a code repository for the corresponding video tutorial. In this video, we're going to build a fully functional eCommerce application using commerce.js.
This is my contribution to this e-commerce project in response to one of the open issues by implementing a functioning search bar to search available items. I also implemented a suggestion function for the search bar based on user input.
The isssue(s) related to this is/are
When the user presses enter/submit after typing or selecting a suggestion, the search bar cleans the contents of the products section but does not populate it with the product(s) the user has searched for. Instead, the page reloads.
This is my contribution to this e-commerce project in response to one of the open issues by implementing a functioning search bar to search available items. I also implemented a suggestion function for the search bar based on user input.
The isssue(s) related to this is/are