Skip to content

kalininilya/hackernews-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackernews client built with with React.js and react-router using it's Firebase API

Home page Comment section

Features

  • Categories: Lets you navigate through different categories, such as /stories /new /show /ask /jobs
  • Posts: Posts which were published at hackernews with post's score, author and date calculated with Moment.js
  • Comments: Comment section with user's comments and post's date also provided with Moment.js
  • Comment collapse: You can collapse comments!
  • User profiles: Basic user profiles

Building

Download dependencies

npm install

Run

npm start