/autocomplete-search

App autocompletes search results using JavaScript. It shows the matching search results as the user types in input box. It uses a mock server to get random strings and DOM APIs to update UI.

Primary LanguageJavaScript

hire-badge Twitter Follow

Autocomplete Search

In this project I tried to mimic the Google's autocomplete search result as the user types in input box. I created a mock server to get the search suggestions.

screenshot

Built With

  • HTML
  • CSS
  • JavaScript

Live Demo

Click here

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Basic knowledge of Html, CSS and JavaScript
  • A Code Editor
  • Git

Usage

  • Fork/Clone this project to your local machine
  • Open index.html in your browser

Authors

👤 Shabab Ali

🤝 Contributing

Contributions and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Educative.io