johnisom / search-autocomplete

Display a drop-down list of available country names as the user types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Autocomplete

Search Autocomplete is an input element with added JavaScript features. When you start typing, names of countries that match the current input will display in a list, which you can select from.

Example Usage

Screencast of web app

Installation

  1. Clone this repository (git clone https://github.com/johnisom/search-autocomplete)
  2. cd into the repository (cd search-autocomplete)
  3. Install the dependencies (npm install)
    • Make sure you have npm and node installed on your system
  4. Run the server locally (npm start)
  5. Marvel at the clean autocompletion presented to you

About

Display a drop-down list of available country names as the user types


Languages

Language:JavaScript 84.3%Language:CSS 10.5%Language:HTML 5.1%