How To Make Autocomplete Search Box For Website Using HTML CSS & JavaScript

  Рет қаралды 120,518

GreatStack

GreatStack

Күн бұрын

Learn How To Create autocomplete search bar using JavaScript, Make auto complete search box for website using HTML CSS JavaScript
#JavaScript #JavaScriptProject
❤️ SUBSCRIBE: goo.gl/tTFmPb
In this video we will learn to make a search box or search bar for website, in this search bar we will add feature to auto complete the search query. When user will type anything in the search bar then it will display some similar search queries just below the search input box. User can click on the suggested search query to add it in the search bar. We will make this auto complete search-bar using HTML CSS and JavaScript. This is the best JavaScript project for beginners that you can add in your resume or portfolio.
-----------------------------------------
Suggested Course:
❤️ Complete website Using HTML and CSS
✔️ 8 Complete website step by step
✔️ Source Code Download
✔️ 76 Lectures, 12 Hours Video
✔️ Course Completion certificate
👉 easytutorialsp...
-------------------------------------
Recommended Videos:
Learn Complete HTML and CSS from basics:
► • HTML And CSS Tutorial ...
Make A Complete Website for college using HTML & CSS:
► • How To Make A College ...
How to make a Business website step by step:
► • How To Make Website Us...
How to make personal resume website step by step:
► • How To Make A Website ...
How to make fitness website design using HTML CSS:
► • How To Make A Website ...
How to make an Ecommerce Website Design:
► • How To Make eCommerce ...
How to make a Job Portal website design with HTML & CSS:
► • How To Make Website Us...
How to make travel website design with HTML CSS Bootstrap:
► • How To Make A Website ...
-------------------------------------
◼️ Source code link is shared in community post for all my coding videos exclusively for channel members (only channel members can see)
Join Channel Membership:
► / @greatstackdev
-------------------------------------
Connect with me:
👉 linktr.ee/iama...

Пікірлер: 109
@miansohaibraheem
@miansohaibraheem 7 ай бұрын
Perfect. You did a great job. Love and respect for your hard work
@tindimwebwahadijah9764
@tindimwebwahadijah9764 Жыл бұрын
Thanks bro I have leant many things from you.thaks for the creativity.I am Fahad
@philippe_1776
@philippe_1776 6 ай бұрын
Thank you very much, it is very helpful !
@hiwotina26
@hiwotina26 Жыл бұрын
Please do complete JavaScript tutorial. Thanks to you I feel great about my HTML and CSS. I will learn a lot from you if you have JavaScript tutorial.
@LeonnieOkojie
@LeonnieOkojie Жыл бұрын
Thank you very much. Your video was very very helpful. It worked !!!! Sending lots of love ❤️
@Touhid54
@Touhid54 Жыл бұрын
Easy Tutorials actually teach the easy way.
@hammeedabdo.82
@hammeedabdo.82 Жыл бұрын
Can you do a video on how to make an accordion that has the following properties: 1- The possibility of dragging and dropping between rows or accurately between accordions. 2- The possibility of entering or adding a new accordion. 3- Open the accordion through one click, but if you double click on any accordion, all accordions will open.
@yussifhamza1043
@yussifhamza1043 2 ай бұрын
thank you very much i was able to defend my project today
@calebstruble6386
@calebstruble6386 Жыл бұрын
How do you make it so then if you click outside of the list, the search box disappears? Or when you click the text, it completes a search?
@SonuKumar-hz2ff
@SonuKumar-hz2ff 8 ай бұрын
do you found solution to this problem
@aniruddhadas9584
@aniruddhadas9584 Жыл бұрын
Loved the video. Learn a lot. Thanks!
@Teakito
@Teakito 8 ай бұрын
Thank you very much. your vedio and explanation were amazing. learned alot and it is working fantastically.
@kaungzanhein-z7x
@kaungzanhein-z7x Ай бұрын
Thank you so much bro it's very helpful.
@newbe379
@newbe379 11 ай бұрын
my goodness javascript is to difficult and crazy to learn but i dont give up
@jjaaddee205
@jjaaddee205 Жыл бұрын
Can you do a video showing Python Programming the following: 1.) Log-In- Sign-UP (PYTHON & DATABASE) 2.) Interactive Design 3.) And some examples of a website
@Badmosh_0009
@Badmosh_0009 Жыл бұрын
Its mysql
@xen0076
@xen0076 Жыл бұрын
Just a question can we do the same using eventlistener? for keydown or keyup ?
@livelivelive2548
@livelivelive2548 6 ай бұрын
Yes - I did this and it works: inputBox.addEventListener("keyup", () => {}
@venkatsai563
@venkatsai563 6 ай бұрын
it was very helpful bro thank alot
@vishalchoudhari889
@vishalchoudhari889 9 ай бұрын
thanks bro you are doing great job
@oviyasi
@oviyasi 7 ай бұрын
hi thank you for the video! may i ask what vscode theme you are using here?
@mdabdulahallnomantuhin3621
@mdabdulahallnomantuhin3621 4 ай бұрын
Thanks Brother it was beautiful 🥰🥰🥰 love you
@GreatStackDev
@GreatStackDev 4 ай бұрын
Glad you liked it. Thanks for your comment. 😊
@PraptiSharma-wx6fh
@PraptiSharma-wx6fh Жыл бұрын
Very nice box sir..
@johnmun1471
@johnmun1471 Жыл бұрын
in my computer, function selectInput not exist when I click a li. why is not working?
@user-qt3zg8ww3d
@user-qt3zg8ww3d 8 ай бұрын
I like this!!! Amazing guy! thanks forever!
@manhhoangtien540
@manhhoangtien540 Жыл бұрын
thank you for super helpful video, can you tell the visual studio code's theme you using, it is very nice!
@zearak
@zearak Жыл бұрын
Thank you for the tutorial but can you help me why the hover doesn't work for me?
@AduleLucky
@AduleLucky 9 ай бұрын
U r cool man I like your videos
@yudha9049
@yudha9049 10 ай бұрын
Thank you sir excelent tutorial
@mdms4549
@mdms4549 Жыл бұрын
Awesome, Thanks😃😃
@Anonymous55212
@Anonymous55212 Жыл бұрын
i faced error in javascript file "onkeyup" function
@andreaspinheiro
@andreaspinheiro 5 ай бұрын
cuz in JS is not "onkeyup", instead try: "keyup" its "onkeyup" if you are using a event handler in html, like:
@justinisiahalcantara7951
@justinisiahalcantara7951 5 ай бұрын
​@@andreaspinheiro Hello! Can you enter the full code for the input box? I can't do it , i feel like i did something wrong with the code. Thank you!!
@RandomCreater493
@RandomCreater493 Ай бұрын
Use event listener
@ashishsrivastava4896
@ashishsrivastava4896 Жыл бұрын
How can I show "suggestions" in advance which are shown to user when user only clicks the search box as in the case of google search box. I request a guided video on this.
@Movick09
@Movick09 Жыл бұрын
From where do you get COLOR CODES
@GreatStackDev
@GreatStackDev Жыл бұрын
web browser inspect element
@RemotTube
@RemotTube Жыл бұрын
I subscriber of your channel please create video on tender website please.. Thank you
@GreatStackDev
@GreatStackDev Жыл бұрын
thank you! I i will consider that in my future tutorials
@khqwesy
@khqwesy Жыл бұрын
You are amazing! Thanks for always teaching us something new... Can you make a mobile menu like Versace?
@arjunviskarma4449
@arjunviskarma4449 11 ай бұрын
wow really beautiful thank you sir for this.
@medipaksinha
@medipaksinha 5 ай бұрын
Thank you
@divyasai5787
@divyasai5787 Жыл бұрын
thank you bro.... you are awesome
@factpulse-q7b
@factpulse-q7b Жыл бұрын
Now that I can search for items How do I click on the item searched for and it take me to another page
@SonuKumar-hz2ff
@SonuKumar-hz2ff 8 ай бұрын
do you found solution to this problem
@lukekoletsios3236
@lukekoletsios3236 Жыл бұрын
very helpful video thanks
@pr4thamff157
@pr4thamff157 Жыл бұрын
how to add links in available keywords
@mohammedelhoussni
@mohammedelhoussni Жыл бұрын
nice tutorial thank you soo much
@emmersonwonka4475
@emmersonwonka4475 Жыл бұрын
excellent video
@c_n_b
@c_n_b Жыл бұрын
Instead of having to manually list all the keywords at 12:00, is there a way to simply refer to a list of HTML pages in the root directory?
@peyyalakavya1733
@peyyalakavya1733 Жыл бұрын
Onkeyup is not working plz help me
@TraeGeorge
@TraeGeorge Жыл бұрын
@@peyyalakavya1733 make you you have the id name right and if that doesnt work try writing it as document.getElementbyId("input-box") = function ( ) { }
@missipsamhamedannane454
@missipsamhamedannane454 9 ай бұрын
create a .txt file with all your informations and read the file to create your possibleKeyWords if there is something better you found tell me cause i am doing it this way
@AbrarulRhythm
@AbrarulRhythm Жыл бұрын
Hi dear, I like your tutorials & channel. Please provide React js project would be better. I hope you accept my request. ❤
@to0ney252
@to0ney252 11 ай бұрын
Awesome tutorial! Very easy to follow
@AdibaIslam-or5qp
@AdibaIslam-or5qp 6 ай бұрын
Hi sir I want to add search bar......but search don't work Any think search
@ramakanttiwari835
@ramakanttiwari835 3 ай бұрын
thank you sir
@3vibs
@3vibs Жыл бұрын
Fantastic bro
@samuelmahiuha6259
@samuelmahiuha6259 Жыл бұрын
How can I modify the code for me to get results in the website. What I mean is, when I type ' hmtl' and then press enter key, there is no any other action, it's just stops there and nothing else. Make a video demonstrating how to get results from the website when you press enter key
@chebkhaled69
@chebkhaled69 Жыл бұрын
really well made video
@GreatStackDev
@GreatStackDev Жыл бұрын
Glad you enjoyed it
@rishi8919
@rishi8919 Жыл бұрын
Sir I downloaded the code , but the HTML code is not available, can I get any help from you.
@giftkabubi1089
@giftkabubi1089 7 ай бұрын
How do make the keywords directing to their content concerning
@AnmolSingh-x3o
@AnmolSingh-x3o 4 ай бұрын
this error on onclick function ReferenceError: selectInput is not defined at HTMLLIElement.onclick (index.html:1:1)
@bilawallaptop9883
@bilawallaptop9883 2 ай бұрын
hi im newbie how to add in blog plz guide.
@roumen1669
@roumen1669 Жыл бұрын
code didnt work "Uncaught TypeError: Cannot set properties of null (setting 'onkeyup')"
@peyyalakavya1733
@peyyalakavya1733 Жыл бұрын
Yes it's work or not still
@adityaranavat8470
@adityaranavat8470 7 ай бұрын
Heyy
@adityaranavat8470
@adityaranavat8470 7 ай бұрын
I also have same error did you solve that if yes then how
@BloodDawncss
@BloodDawncss 11 ай бұрын
When i typed something like How, no keywords list showed and it didn't work for me. i followed all your steps
@Fox_Gaming_H
@Fox_Gaming_H 5 ай бұрын
2:48
@freecs.2518
@freecs.2518 Жыл бұрын
Bro please make valentines card
@kirtikumari1944
@kirtikumari1944 7 ай бұрын
Bro how to add link (href) it.
@Anythinggoesmusic755
@Anythinggoesmusic755 Жыл бұрын
how to add link i those searches if someone click that search it redirect him to that link pls tell
@SonuKumar-hz2ff
@SonuKumar-hz2ff 8 ай бұрын
do you found solution to this problem
@Demola704
@Demola704 Жыл бұрын
I don't know what is happening my JavaScript code is not working on my vs code
@ryancuy2765
@ryancuy2765 Жыл бұрын
teach me to make a search engine in website, sir
@GreatStackDev
@GreatStackDev Жыл бұрын
I will make that in 2nd part soon.
@ryancuy2765
@ryancuy2765 Жыл бұрын
@@GreatStackDev thank you very much sir🫡
@ErzaScarlet-u4v
@ErzaScarlet-u4v Жыл бұрын
Mine is shown undefined. I can't fine the error.
@aviroopmitra5353
@aviroopmitra5353 2 ай бұрын
this video was cracked
@Demola704
@Demola704 Жыл бұрын
Can we click on it
@GreatStackDev
@GreatStackDev Жыл бұрын
yes you can click on suggested search term to write it in the search box
@IsruKing-y1v
@IsruKing-y1v 2 ай бұрын
How to make their links?
@hindibravenews
@hindibravenews Жыл бұрын
How to add othe page link
@Demola704
@Demola704 Жыл бұрын
Pls I need an answer on how to solve this
@sagarprasadz
@sagarprasadz 10 ай бұрын
how to redirect to link when we search please tell me
@SonuKumar-hz2ff
@SonuKumar-hz2ff 8 ай бұрын
do you found solution to this problem
@sagarprasadz
@sagarprasadz 8 ай бұрын
@@SonuKumar-hz2ff yes
@sagarprasadz
@sagarprasadz 8 ай бұрын
@@SonuKumar-hz2ff yes
@hamzahasan5423
@hamzahasan5423 8 ай бұрын
Sir where is source code
@Anythinggoesmusic755
@Anythinggoesmusic755 Жыл бұрын
source code pls
@KiremiYT
@KiremiYT Жыл бұрын
can you share the code?
@Josu117
@Josu117 Жыл бұрын
bro why not work class="fa-light fa-magnifying-glass" :C
@BetYouHateMeNow
@BetYouHateMeNow Жыл бұрын
you didn't add font awesome cdn link between your head tag
@ДжавидЗалов-б3э
@ДжавидЗалов-б3э Жыл бұрын
how to implement a site search ?
@GreatStackDev
@GreatStackDev Жыл бұрын
I will make that in 2nd part soon.
@peyyalakavya1733
@peyyalakavya1733 Жыл бұрын
Onkeyup not working plz help me
@thithi-em3lh
@thithi-em3lh 11 ай бұрын
. I can't manage. Can you help?
@smallboy3559
@smallboy3559 10 ай бұрын
my search fetching speed is low
@arshadchaudhary4566
@arshadchaudhary4566 Күн бұрын
Your English is very hard to understand sir can't able to understand it properly
@rohanSubTopic
@rohanSubTopic Жыл бұрын
Bro how to add the links in each of the keyword ??? Need immediate
@sammashon4311
@sammashon4311 2 ай бұрын
inputBox.onkeyup = function(){ this code isnt working
@truthteachers
@truthteachers Жыл бұрын
Bro, if you stop providing the source codes, many of us (2000 of us) will unsubscribe from your channel.
@irakammuralikrishna2884
@irakammuralikrishna2884 Жыл бұрын
yes
@BonVoyage2020
@BonVoyage2020 Жыл бұрын
Hi is there any chance i can contact in WhatsApp because i am interested to design my web page please thanks
@kadampremal7225
@kadampremal7225 7 ай бұрын
Thank you.This video is very helpful.
@ErzaScarlet-u4v
@ErzaScarlet-u4v Жыл бұрын
Mine is shown undefined. I can't fine the error.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 395 М.
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 26 МЛН
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 65 МЛН
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 31 МЛН
How to create RESPONSIVE Layouts with CSS GRID
11:04
Coding2GO
Рет қаралды 38 М.
Make a Search Bar with React (with API Calls) | Beginners Tutorial
27:49
CSS-Hero #1: Searchbar (Search Input + Autocomplete Suggestion)
9:06
Fullstacks Academy
Рет қаралды 1 М.
The Easiest Way to Build Websites
10:56
Sajid
Рет қаралды 531 М.
Why Beautiful Websites Don’t Convert
12:57
Malewicz
Рет қаралды 176 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 483 М.
How To Create Image Search Engine Using HTML CSS and JavaScript
34:37
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 26 МЛН