I made a basic search-bar using JS
Abhii
Posted on July 18, 2021
I created a basic search bar using JS and here is how it looks.
So, whenever a keyup
occurs inside the search box, our function searches for the item in our list.
Things you should know
- Basic JS
- onKeyUp
- forEach method
- DOM Manipulation
You can see the live demo here
The Code
Github Repo
Feel free to fork or clone the repo.
Thank you!
💖 💪 🙅 🚩
Abhii
Posted on July 18, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.