Ariflo / algoliaTechShop

The best auto-completion menu a end-user could have on an E-commerce website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#

Algolia Tech Shop

##Objective This repository houses an example of an Algolia-based auto-completion menu for a genertic e-commerce tech goods site.

##Features

  • Full JavaScript (based on jQuery, and Algolia instantsearch.js with REACT)
  • Results page refreshed as you type
  • Hits
  • Facets
  • Pagination
  • Relevant results from the first keystroke
  • Typo-tolerance
  • Multiple sort orders
  • By Popularity
  • By Highest Price
  • By Lowest Price
  • Backup search parameters in the URL

##Access the Site A complete version of this site has been deployed and can be viewed on this gh-pages address.

##Download Locally with Node.js If you have the latest versions of git and Node (if on a mac you will also need x-code ) installed on your local enviorment you can setup a copy of this site by pasting the following into your terminal's command line:

git clone https://github.com/Ariflo/algoliaTechShop/

Once you've got a local copy enter this into your command line to install the dependencies:

npm install --save--dev

Then launch the site locally with gulp:

npm run gulp --build-dev

About

The best auto-completion menu a end-user could have on an E-commerce website.


Languages

Language:CSS 43.4%Language:JavaScript 37.4%Language:HTML 19.2%