acekyd / made-in-nigeria

Here is a curation of awesome tools built by Nigerians that can be used by anybody and from anywhere in the world.
https://madeinnigeria.dev
1.01k stars 401 forks source link

project search app scope #271

Closed D-Lite closed 8 months ago

D-Lite commented 9 months ago

Implement projects search from the homepage

codesandbox[bot] commented 9 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

acekyd commented 9 months ago

Taking a few moments to investigate some issues:

D-Lite commented 9 months ago

@acekyd, the search works well now.

The search key responds immediately, but might be a sec late before reflecting on the route,

acekyd commented 8 months ago

The search now works great on the projects page. But not on the home page and navbar components - the experience is quite subpar.

I'll recommend we take out the search projects text field on both the nav bar and homepage - and change it to a button (with similar look) that says "Explore projects". This will redirect people to the projects page where they can then search. @D-Lite

D-Lite commented 8 months ago

That works perfectly @acekyd

Let me know what you think about the new button! Thanks

acekyd commented 8 months ago

Nice one with the button - but also supposed to change the one on the home page as mentioned. At the moment, the homepage search breaks as well. @D-Lite

D-Lite commented 8 months ago

Updated @acekyd

Thank you!

acekyd commented 8 months ago

Nice