Filtered List

I have a csv file with two columns. I want my users to type in a search field and present them with a list of data that matches their search term. I also have the data in JSON format.

I have though about saving this data in firebase but am concerned about the number of lookups and cost.

Where / how could I store the data locally (This is a web app) to achieve the same result and can anyone detail the best way of doing it.

Below is an example of what I would want to achieve.

3 replies