Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 930 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 930 Bytes

Hack the News

Try working desktop and mobile version at http://hackthenews.surge.sh

Notable technologies used: React, Redux, Redux Saga, Webpack2, Jest, Styled Components, Ramda.

Project setup

  1. Make sure you've got at least Node 6.9.1 installed
  2. Clone the repository git clone https://github.com/blurbyte/hack-the-news.git
  3. Install Yarn (optional)
  4. Enter project folder and install all modules with yarn command or just use npm install
  5. Start development version of project with npm start -s or production one with npm run build -s
  6. To run tests just use npm test

How it works?

First, app gets a list of top Hacker News stories from regular HN API. After that it picks random story and fetch its comments from custom HN API.

WARNING! Project contains hand-crafted logo and icons.