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.
You'll find a demo hosted on Heroku: nl-hn-reader.herokuapp.com
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
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
- Top Stories List
- New, Best, Ask, Show and Job Stories lists
- Single Story
- Show 1st Level Comments
- Increase tests coverage to 100%
- Show Child Comments
- Improve Placeholder Animation
- Cache Stories
- Pagination