# 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
```