8000 GitHub - coraldx5/reactivesearch-starter-app: Reactivesearch starter app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coraldx5/reactivesearch-starter-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactivesearch Starter App

This project was bootstrapped with Create React App.

Step-by-step guide available at ReactiveSearch Quickstart Doc.

Develop

yarn && yarn start

should open something like this

Configure

The ReactiveSearch components code resides in src/App.js file. For building this app, we use:

  1. appbase.io for the backend, any Elasticsearch cluster/index should work.
  2. A simple flex based layout system, you can use Materialize's or Bootstrap's grid, or roll your own layout - the ReactiveSearch components are layout agnostic.
  3. The following components:
  • ReactiveBase - ReactiveBase is the provider component that connects the UI with the backend app.
  • CategorySearch - CategorySearch component provides a search box UI with categorized suggestions.
  • SingleRange - SingleRange component is used for displaying the star ratings.
  • ResultCard - ResultCard component is used for displaying the hits as a card layout.

About

Reactivesearch starter app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.1%
  • HTML 18.2%
  • CSS 0.7%
0