Skip to content

blzn50/hackernews-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerNews Clone

A hackernews clone implemented with reddit style browsing.

Technology used

  • CREATE-REACT-APP (to bootstrap the project)
  • Redux
  • React Router
  • Material UI

Features

  • Ability to browse stories by 3 categories
    • Top
    • Best
    • New
  • Pagination with the use of Intersection Observer web API to simulate the infinite scrolling experience
  • Can navigate to individual story and read the comments
  • Mobile responsive