/Socialify

Integrator of Github, Twitter and Wordpress by using ReactJs and Redux

Primary LanguageJavaScript

Social network integrator

Integrating Github, Twitter and Wordpress with ReactJS and Redux

Demo

Demo

Goal

Just for fun

Technologies

ReactJS + Redux

Configuration

You can change the settings in config.js

{
    "wordpress_endpoint_base_path": "https://public-api.wordpress.com/wp/v2/sites/eddyma.wordpress.com",
    "wordpress_homepage_url": "https://eddyma.wordpress.com",
    "github_endpoint_base_path": "https://api.github.com",
    "github_username": "mayuanyang",   
    "github_homepage_url": "https://github.com/mayuanyang",
    "twitter_username": "nmolecule",
    "twitter_homepage_url": "https://twitter.com/nmolecule",
    "app_title": "Eddy Ma",
    "about_me_header": "this goes into the header of the about me page",
    "about_me_description": "this is the description about myself",
    "log_to_seq" : false
}

Install, Run and Build

Clone or fork the project

Go to the app folder

npm install

npm start

npm run build