Search Bar Using HTML CSS & JavaScript | Animated Search Box

preview_player
Показать описание
Search Bar Using HTML CSS & JavaScript | Animated Search Box. Create this responsive animated search bar that when clicked expands with an animation and changes the icon of the button. You can also type and search as if you were in a browser.

🔔 Subscribe for more!

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
🔗 Source code

💎 Membership (All Source Code)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
👨‍💻 Build the project from scratch

👆 Download (empty files)
- Click on the GitHub link
- Click the green button (code)
- Click Download ZIP

📂 Assets

⏱ Timestamps
0:00 Intro Search Bar
1:07 Project Setup
1:46 Variables & Reset CSS
2:15 Search HTML
3:37 Search CSS
8:50 Search JS
10:46 Search Animated
13:27 Breakpoints
14:16 Type & Search
15:18 Final Project

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
☕️ Support me

💙 Support me by PayPal

👍 Thanks for watching!
Make sure to like + Subscribe for more! 💗

#searchbar #bedimcode
Рекомендации по теме
Комментарии
Автор

I think that making little components or ui blocks like this is very nice, many ppl will be able to use it in their projects!

avivshvitzky
Автор

Wow that's crazy!
Can you try to do stuff with tailwind?

avivshvitzky
Автор

Hello @bedimcode! i like the way you coding very easy to understand, but i am struggling with responsive navigation bar with drop down menu. could you make a video about this?

juniorsemerzier
Автор

Please i need an urgent help..

My ques is how can i use scrollreveal feature in click and hide method

snehasarkar
Автор

Helloo, I have question : how to change the search to : “(input).html”data from my web? 😢😢😢 I cant find it anywhere

mhuxibt
Автор

Hola Bedimcode, quería comentarte una cosa. No paro de leer a otros desarrolladores que hay que evitar usar "position absolute", que eso te puede causar problemas en el futuro, y un montón de cosas negativas.

Bien, veo que tu lo usas normalmente, y quería saber si es que lo que leo son opiniones equivocadas, antes era así y ya no, o es que para empezar esta bien usarlo así y luego ya cuando sepas más, usar otras cosas? Tengo un montón de dudas, como puedes ver :D

DavidZTXTSpake
Автор

How do you get the mechanical keyboard sound?

santocodigo
Автор

I have a question. What paid website with stock materials like photos, videos, vectors do You recommend the most? Which do You personaly use? Or maybe You know which is the best for a freelancer who makes websites? I ask You bacause You use really professional photos in tutorials.

jewelofnile
Автор

Brother, How do you get these awesome designs of websites and all. Please help me by telling. Thanks

codebula
Автор

bro my ClassList.toggle() function is not working and because of that the search button is not expanding.

rajsinghsinghal
Автор

Estaria bueno que aprendas hablar español así nos explicas

vale_quijano
Автор

this is my js code but still does not work, help
const toggleSearch = (search, button) =>{
const searchBar = document.getElementById(search),
searchButton =

searchButton.addEventListener('click', () =>{
//adding the show-search class

})
}

toggleSearch('search-bar', 'searchButton')

claude.oberko