Skip to content

Pit two github profiles against each other with this little React app

Notifications You must be signed in to change notification settings

perrywortman/github-battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Battle

Compare your Github profile with another user's. Built with React, React-Router, Axios and Webpack.

Getting started

Installation

npm install

API keys

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

Development

npm run dev

Enjoy!

About

Pit two github profiles against each other with this little React app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published