Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 615 Bytes

Github-Battle

Demo the final product here: Github Battle

Description

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.

Setting up the Webpack Development Environment

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.