Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 883 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 883 Bytes

Live Search Javascript Component (challenge #1)

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

Installation

Use the package manager npm to install the JS component and dependences.

npm install

Development

Use the task runner Grunt grunt to create and update the minified css file and JS uglified versions

grunt

Usage

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

License

MIT