davidzherd / gamefinder

0 stars 0 forks source link

Create a find a game page layout #7

Open davidzherd opened 7 months ago

davidzherd commented 7 months ago

Create a layout for the Find a Game page, AC:

  1. The page should have a search bar
  2. Besides the search bar should be a Search button
  3. The search bar should give autocomplete suggestions when a user stops typing the name of a game
  4. If the user presses Enter or clicks on the search button - an API call should return all relevant games based on the user's input
  5. Under the search component should be a filter bar, allowing the user to filter results based on:
  1. The filter bar should also have a sort option
  2. Under the filter bar should be the Games container that was already built - to display the results