nss-evening-cohort-06 / theme-park-misc

theme-park-misc created by GitHub Classroom
0 stars 0 forks source link

Logo and search bar in header - search #1

Closed zoeames closed 6 years ago

zoeames commented 6 years ago

Story

As a user, in order to find attractions I'm interested in, I need to type some value in the search box, press enter, and see results

Given the user types some characters into the search field When user user presses enter Then the areas that contain an attraction, whose name contains the search string, should be outlined with a border

Technical Information

  1. Use regular expressions to match the user's search string with the name of each attraction to find a match. The search string simply must be contained in the attraction name, not just start with.
daviddassau commented 6 years ago

Bootstrap 3 code for Nav Bar

gib-bowden commented 6 years ago

reopened for search functionality - created new item for items done