GIVEN a user searches a keyword
WHEN they view the results
THEN an AJAX call is made and the user sees a dynamically updated list of cards containing restaurants or recipes
NOTE: use a for loop to loop through search results and display the cards
The cards should be created using bootstrap.
GIVEN a user searches a keyword
WHEN they view the results
THEN an AJAX call is made and the user sees a dynamically updated list of cards containing restaurants or recipes
NOTE: use a for loop to loop through search results and display the cards
The cards should be created using bootstrap.