Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 441 Bytes

React news app based on Hacker News API

To run the app:

npm i && npm start


What's used:

  • React
  • Redux
  • Typescript
  • React Router
  • React Testing Library
  • Semantic UI.

Main page:

Auto update news once a minute.

News item page:

Only root comments are loaded immediately.
Nested comments are loaded on root comment click.
Auto update comments once a minute.