search-suggestion
Version:
Simple, lightweight, flexible search suggestion, autocomplete component
18 lines (12 loc) • 329 B
Markdown
# Example with redux & hackernews API
This example use API from service: [https://hn.algolia.com/api](https://hn.algolia.com/api)
## How to use
Download the example [or clone the repo](https://github.com/ChoTotOSS/search-suggestion):
```bash
cd examples/withRedux
```
Install it and run:
```bash
npm install
npm run dev
```