rcdexta / react-autocomplete-demo

Demo app for autocomplete widget using React and Elastic Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-autocomplete-demo

Demo app for autocomplete widget using React and Elastic Search

The full write-up is available at https://medium.com/@rcdexta

Setup

Clone the repository and install the dependencies

$ git clone git@github.com:rcdexta/react-autocomplete-demo.git
$ cd react-autocomplete-demo
$ yarn

Start the server by running yarn start command

The UI expects elastic search to be running on 9200 port.

About

Demo app for autocomplete widget using React and Elastic Search


Languages

Language:JavaScript 41.5%Language:HTML 31.7%Language:CSS 26.8%