Skip to content

borishere/news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.