We have provided a JSON file containing the records of 1000 customers. Using front end technologies, build a search interface that allows users to find a customer’s record, following the requirements below:
- Users should be able to enter a text string into a form field, click the search button, and the application should return a set of results (Figure 1).
- The search results should list: Name, Date of birth, Address, Phone number, Customer number, and an indication of the customer’s type.
- If multiple results are found, a list of the results should be shown (Figure 2).
- If a single result is found, a single result popup should be shown (Figure 3).
- If no results are returned a No results message should be shown (Figure 4).
Please create your own git repository with instructions to build and run the application, and give us access to clone it.