Hackernews client built with with React.js and react-router using it's Firebase API
- 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
Download dependencies
npm install
Run
npm start

