ossamamehmood / Hacktoberfest2023

About Make your Pull Request on Hacktoberfest 2023. Don't forget to spread love and if you like give us a ⭐️
https://hacktoberfest.com
GNU General Public License v3.0
127 stars 749 forks source link

Create navigation bar with a search bar #777

Open PRASANNAPATIL12 opened 8 months ago

PRASANNAPATIL12 commented 8 months ago

We create a simple navigation bar using HTML and style it with CSS. The navigation bar contains links to different sections (Home, About, Services, and Contact) and a search input field on the right.

We use JavaScript to add functionality to the search bar. When the user types into the search input field, it filters the links in the navigation bar based on the user's input. Links that match the search query remain visible, while non-matching links are hidden.