Skip to content

anshumanpattnaik/react-js-hacker-news-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical Overview

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.

Website link

https://react-hn-clone.herokuapp.com/

Installation

git clone https://github.com/anshumanpattnaik/react-js-hacker-news-clone.git
cd react-js-hacker-news-clone
yarn add
yarn run start

References

  1. https://webpack.js.org/
  2. https://webpack.js.org/loaders/babel-loader/
  3. https://travis-ci.com/

License

This project is licensed under the MIT License