Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 567 Bytes

This project is a ReactJS client for HackerNews stories. Since the API only provides read access it display the newest stories

Roadmap

  • List of stories (static)
  • Get the content from HackerNews API
  • Paging
  • Show discussions/comments

Try out

If you want to try it out, just clone the repository and use

npm -i
npm start

Libraries used