Git Product home page Git Product logo

demo-infinite-scroll's Introduction

Infinite Scroll Demo

This is a sample project implementing a full page search with infinite scroll in results using Algolia.

Infinite Scroll

You can try the live demo or follow the guide to build your own.

Features

  • Full-JavaScript/frontend implementation based on instantsearch.js
  • Results page refreshed as you type
  • Hits
  • Facets
  • Pagination
  • Relevant results from the first keystroke
  • Typo-tolerance
  • Multiple sort orders
  • By Relevance
  • By Highest Price
  • By Lowest Price
  • Backup search parameters in the URL

Usage

Build the project

To build the application, you need NPM which comes with Node.js.

In the command line do:

  • yarn
  • yarn start

Then open your browser and go to http://localhost:8080.

We've included some credentials in the code allowing you to test the demo without any Algolia account.

Import the data on your Algolia account

If you want to replicate this demo using your own Algolia credentials, you can use the tasks/import.js script to send the data and configure the indices.

$ ./import.js YourApplicationID YourAPIKey YourIndexName

Then, you'll need to replace the demo credentials with your own:

  • in src/js/app.js, set your own APPLICATION_ID instead of "latency" (which is our demo APPLICATION_ID),
  • in src/js/app.js, set your own SEARCH_ONLY_API_KEY instead of "6be0576ff61c053d5f9a3225e2a90f76",
  • in src/js/app.js, set your own index name instead of "instant_search"

demo-infinite-scroll's People

Contributors

dustincoates avatar mikaa123 avatar pixelastic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.