List with Tags?

I'm trying to create a restaurant picker app. I want users to be able to type in the name of a restaurant, and then "tag" that restaurant with descriptors, such as "healthy" or "quick". Then users would be able to select a tag and have a list of all the restaurants associated with that tag pop up. Is this possible to do?

Yes.

Start by learning to use lists and tables

Structure your table as 2 columns,

  • Restaurant name
  • tag

Required reading: