May 2020
Intermediate to advanced
404 pages
10h 52m
English
We will now create a simple, minimal UI to use the API we created. In essence, we will create a single search bar where the user enters the product or product specification that they want and the API returns recommendations based on the user's query. We will not be discussing the code for building the UI, but we have included it in the GitHub repository, which can be found at http://tiny.cc/DL4WebCh9.
This UI will be visible at http://127.0.0.1:4000 once you start the server, as shown in step 9 of the Creating an API to answer search queries section.
The interface we created looks like this:

The user enters ...
Read now
Unlock full access