The idea behind this project is to design the clone of hacker news website using react.js with Server-side rendering technique and the application modules bundled using Webpack Javascript module bundler and it uses babel-loader to load the plugins with the given presets.
To populate the votes in a line chart, it uses react-chartkick npm modules.
And the application has been built with Travis-CI (continuous integration) and deployed to Heroku.
https://react-hn-clone.herokuapp.com/
git clone https://github.com/anshumanpattnaik/react-js-hacker-news-clone.git
cd react-js-hacker-news-clone
yarn add
yarn run start
This project is licensed under the MIT License