React Search Suggest on a front-end as you type, to provide end-users with a lightning fast search experience.
- 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
Make sure you have Node.js and npm installed.
- 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
- Install Dependencies
npm install
- Run Build before
npm run build
- Start the application
npm start
You'll be redirected automatically or open http://localhost:3000/demo/public/index.html
and start hacking!