A JS Live Search Component.
Live Search Javascript component has been created as a challenge for Habitissimo.
You can find all documentation of the JS component in the file index.html
Use the package manager npm to install the JS component and dependences.
npm install
Use the task runner Grunt grunt to create and update the minified css file and JS uglified versions
grunt
In order to execute directly all the code you must run it with apache, cause the component connects with an API (php file that filters data and returns a JSON). In any case, you can change the API URIs to test other data sources.
http[s]://localhost/index.html