nss-day-cohort-20 / group-project-theme-park-2-land-of-oz

group-project-theme-park-2-land-of-oz created by GitHub Classroom
0 stars 0 forks source link

Nav Bar Functionality Task One Part Two #12

Open Staffmaster00 opened 7 years ago

Staffmaster00 commented 7 years ago

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 - 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.

Staffmaster00 commented 7 years ago
Staffmaster00 commented 7 years ago

SearchBox(dataHandler) in Main.js