Skip to content

DevAbdurR/Plain-JS-Search-Bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Search Bar - Practice Project

This is a practice project to build a Simple Search Bar. Enter a search query and see the results.

Demo

image

See the live project in action on the provided GitHub Pages link.

Getting Started

To run the project locally, follow these steps:

  1. Clone this repository: git clone https://github.com/DevAbdurR/Plain-JS-Search-Bar.git
  2. Open index.html in your browser.

Usage

  1. Open the page and you'll find a search bar.
  2. Enter a search.
  3. See the search results displayed.

This project was developed as a practice exercise for building a Simple Search Bar using HTML, CSS, and JavaScript.