generate HTML from Javascript / NodeJS? using HBS
Project detail
the attached file has snippet of code that should be converted to HTML project from javascript project(need zip file of running app).
and after that
we would want to do something like this (from a user story) in a single page app:
The screen shows the following active areas:
a title field (“My Search Tool”)
a text description (“Enter your query below”)
a single query field (the usual magnifying glass icon, etc.)
a results panel
The user enters “123 main st” into the query field and hits return / enter / “go”.
The system sends requests to a list of APIs (which may be feeders into databases or third-party services).
We should discuss how auto-complete might work here…
The user sees the results pane start to populate as results come in
The first result is the sentence “Searching databases and services for .”
As each result comes in, it flows into the results pane in a set of accordions
Each accordion is entitled the name of the API (e.g. “Locations”)
Under each accordion are the results
Each accordion is shown opened initially
Each accordion has the functionality and a copy icon to copy the results into the clipboard
The user should be able to select the text, all or some of it, and use the OS tools
I want you to run this application in my laptop through zoom once done.