This is a practice project to build a Simple Search Bar. Enter a search query and see the results.
See the live project in action on the provided GitHub Pages link.
To run the project locally, follow these steps:
- Clone this repository:
git clone https://github.com/DevAbdurR/Plain-JS-Search-Bar.git
- Open
index.html
in your browser.
- Open the page and you'll find a search bar.
- Enter a search.
- See the search results displayed.
This project was developed as a practice exercise for building a Simple Search Bar using HTML, CSS, and JavaScript.