openfoodfacts / search-a-licious

🍊🔎 A pluggable search service for large collections of objects (like Open Food Facts)
https://search.openfoodfacts.org
GNU Affero General Public License v3.0
6 stars 4 forks source link

feat: search bar component #95

Closed alexgarel closed 2 months ago

alexgarel commented 2 months ago

Initial work on the search-bar component

we have a search box and a button. It can be tested locally on http://search.localhost:8000/static/off.html.

At the moment it just send the request, it does not display the results (next results components).

alexgarel commented 2 months ago

Merging, as it's work in progress, not displayed yet.