This project is a ReactJS client for HackerNews stories. Since the API only provides read access it display the newest stories
- List of stories (static)
- Get the content from HackerNews API
- Paging
- Show discussions/comments
If you want to try it out, just clone the repository and use
npm -i
npm start