Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.62 KB

readme.md

File metadata and controls

68 lines (53 loc) · 1.62 KB

Hacker News Reader Build Status

Hacker News Reader

Hacker News Reader is a challenge built in 48h. It consumes HackerNews/API to create a simple and beautiful interface that provides a nice experience focused on mobile reading.

Demo

You'll find a demo hosted on Heroku: nl-hn-reader.herokuapp.com

Running

npm start

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

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

Folder Structure

hn-reader/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
    manifest.json
  src/
    actions/
    components/
    constants/
    containers/
    css/
    decorators/
    reducers/
    index.css
    index.js

What’s Inside?

Features

  • Top Stories List
  • New, Best, Ask, Show and Job Stories lists
  • Single Story
  • Show 1st Level Comments

TO-DO

  • Increase tests coverage to 100%
  • Show Child Comments
  • Improve Placeholder Animation
  • Cache Stories
  • Pagination