https://github.com/dfirebaugh/hn-search
https://github.com/dfirebaugh/hn-search
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/hn-search
- Owner: dfirebaugh
- Created: 2019-02-19T00:04:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T01:05:51.000Z (over 7 years ago)
- Last Synced: 2025-07-23T14:43:28.507Z (11 months ago)
- Language: JavaScript
- Size: 513 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`