Compare your Github profile with another user's. Built with React, React-Router, Axios and Webpack.
npm install
Create a file called apiKeys.js
in the root of your project and fill in with your github api keys:
const apiKeys = {
CLIENT_ID: '',
SECRET_ID: ''
}
module.exports = apiKeys
npm run dev
Enjoy!