Skip to content

pedrofelipe/react-hn-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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