nss-day-cohort-20 / group-project-theme-park-2-gitbearified

group-project-theme-park-2-gitbearified created by GitHub Classroom
2 stars 0 forks source link

Logo and search bar in header #1

Closed stevebrownlee closed 7 years ago

stevebrownlee commented 7 years ago

Story

As a user, in order to find attractions I'm interested in, I need to type some value in a text box in the navigation bar at the top of the page, press enter, and see results

Acceptance Criteria

Given a user visits the application When the application renders Then the application logo should appear on the left in a navigation bar

Given a user visits the application When the application renders Then a text field should appear in the middle of the navigation bar

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.