/react-hacker-news-clone

A Hacker News clone made with React & Redux

Primary LanguageJavaScript

React Hacker News clone

A Hacker News clone created using React, Redux and Redux Saga.

Live demo: https://hacker-news-clone.flix.industries/

Features

  • Ability to search for posts from Hacker News.
  • Displays the title, author, number of comments and number of points of individual posts.
  • Ability to archive posts.
  • Asynchronous Redux actions with Redux Saga.

Run the application

Lazystart:

git clone git@github.com:krynv/react-hacker-news-clone.git && npm i && npm start

Access at http://localhost:3000/