An open API service indexing awesome lists of open source software.

https://github.com/dfirebaugh/hn-search


https://github.com/dfirebaugh/hn-search

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## HN-Search
This tool allows a user to search the Hacker News Algolia API and displays a list of results (https://hn.algolia.com/api)

The user's search terms are saved in a Redux store but not persisted across sessions.

[demo](https://dfirebaugh.github.io/hn-search/)

### Running this Project
1. Clone this repo
2. navigate to the ` hn-search ` directory
3. install dependencies with `npm install`
4. start the app `npm start`