This is a web app built with React that fetches Github user profiles from Github API, calculates scores and announces a winner.
Thank you Lorenzo for being my guinea pig.
Clone this repo and install dependencies:
$ git clone https://github.com/junyuanxue/github-battle.git
$ cd github-battle
$ npm install
Start webpack:
$ npm start
Go to http://localhost:8080 in your browser, input your friends' Github usernames and find out who's the winner! 😎
- React
- Axios
- Github API
Junyuan Xue

