Code Challenege

Quick code challenge using React and Redux to create a 'Search Engine' for a Hacker News API.

Project Asks

  1. Build an application that lets the user search the Hacker News Algolia API and displays a list of results (https://hn.algolia.com/api)
  2. Save the user's search terms in the Redux state (doesn't need to persist across sessions)

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.