As a user, I would like to be able to search for a coffee shop by name or location
AC
WHEN I am on the coffee shop component
THEN I should see a search field
WHEN I start typing in the search field
THEN The application should start filtering through the coffee shops
Dev Notes
Create a search input field on the coffeeShop Container component
Create an event function that will filter through the coffee shop addresses and names and pull back any results that match what has been entered on change.
Add an extra button that will allow the user to clear the search field without deleting each character to start a new search.
User Story
As a user, I would like to be able to search for a coffee shop by name or location
AC
WHEN I am on the coffee shop component THEN I should see a search field WHEN I start typing in the search field THEN The application should start filtering through the coffee shops
Dev Notes