Skip to content

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

License

Notifications You must be signed in to change notification settings

amitbauriya/react-search-suggest

Repository files navigation

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published