Web development and search | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Web development and search

I'm building a blog Website and I need to make a searchbar? I'm working with MERN stack, can your recommend me any tool that could I use?

27th Mar 2020, 1:08 PM
Lighton
Lighton - avatar
2 Answers
+ 8
Step 1: on the frontend put a searchbar (use bootstrap or material design if needed) Step 2; after uses enters something and submits send an api request Step 3; in the back-end get the appropriate results Step 4: in front-end put the response in the state.
27th Mar 2020, 5:51 PM
Ashutosh Agrawal
Ashutosh Agrawal - avatar
0
Can I use any library to do this easier?
27th Mar 2020, 5:53 PM
Lighton
Lighton - avatar