Demo the final product here: Github Battle
An app built with React.js, Node.js, and Webpack that takes the usernames of two Github users and assigns each user a score based on their number of followers and their number of stars. The user with the higher score is deemed the winner.
Run npm install to install this project's dependencies.
Run npm run start to start the webpack development environment.
Visit localhost:8080 to view this project.