Skip to content

blurbyte/hack-the-news

Repository files navigation

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.

About

Proof of concept Progressive Web App based on Hacker News API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published