GIVEN a user searches a keyword
WHEN they view search results
THEN they see a nav-bar and a container that includes either restaurants or recipes (the cards for the restaurants or recipes will be dynamically created using javascript)
NOTE: create a nav-bar using bootstrap and also create an empty container (both in index.html)
GIVEN a user searches a keyword
WHEN they view search results
THEN they see a nav-bar and a container that includes either restaurants or recipes (the cards for the restaurants or recipes will be dynamically created using javascript)
NOTE: create a nav-bar using bootstrap and also create an empty container (both in index.html)