Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.63 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.63 KB

Scrutinizer Code Quality Code Climate HitCount

React Search Suggest

React Search Suggest on a front-end as you type, to provide end-users with a lightning fast search experience.

Screenshots

Screenshot

Features

  • Auto suggestion from database
  • Plugs in nicely to Flux and Redux applications
  • Full control over suggestion
  • Full Control on rendering the input
  • Highlight the first suggestion in the list if you wish
  • Supports styling using CSS Modules, Radium, Aphrodite, JSS and more
  • Mobile friendly

Running Locally

Make sure you have Node.js and npm installed.

Installation

  1. Clone or Download the repository
git clone https://github.com/amitbauriya/react-search-suggest.git
cd react-search-suggest

OR

npm install react-search-suggest --save
  1. Install Dependencies
npm install
  1. Run Build before
npm run build
  1. Start the application
npm start

You'll be redirected automatically or open http://localhost:3000/demo/public/index.html and start hacking!