hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
206 stars 263 forks source link

[FIX]: [PHOENIX] Fix the Search Option button #1397

Open Olnuel opened 2 months ago

Olnuel commented 2 months ago

Description

The search option is unable to retrieve results when search queries are entered. The search option needs to be fixed to ensure it delivers results based on user input.

Acceptance Criteria

  1. The search input field should accept user queries and trigger the search function when the user presses "Enter" or clicks the search button.
  2. The search function should return results based on the entered query.

Links

| FIGMA LINK https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=467-8391&t=VEj4y3G0vEn4g18k-4

https://www.loom.com/share/dfd1e45bda22403e8917843f666fe65c?sid=e6aa2bc9-dbc0-4607-adba-d4690b682bb0

Images

Screenshot 2024-08-23 224455

SAGHEDEV commented 2 months ago

On it