GitHub Repo Battle is a project 🔭 that compares two github users and determine the productivity of each user and returns a winner 🏆 and a loser based on their followers, following, stars, folk, commit, and repo.
The GitHub Repo Battle demo can be viewed online here.
Here are screenshots that show the GitHub Repo Battle demo application in use.
To get started you can simply clone this github-battle
repository and install the dependencies or just download the Zip file.
To Clone the github-battle
repository using git:
git clone https://github.com/pythoniclaver/github-battle
cd github-battle
Install dependencies with this command:
npm install
Run the application with this command:
npm start
- ReactJS
- CSS
- GitHub API
- Context API
- React-query
- React Icons