# Example with redux & hackernews API

This example use:
- API from service: [https://hn.algolia.com/api](https://hn.algolia.com/api)
- Debounce input: [Debounce input component](https://github.com/nkbt/react-debounce-input)

## How to use

Download the example
[or clone the repo](https://github.com/ChoTotOSS/search-suggestion):

```bash
cd examples/withDebounceInput
```

Install it and run:

```bash
npm install
npm run dev
```
