Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.28 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.28 KB

GitHub Repo Battle

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.

Live Demonstration

The GitHub Repo Battle demo can be viewed online here.

Here are screenshots that show the GitHub Repo Battle demo application in use.

Popular Repo Page Popular Repo Page


Repo Battle Page Repo Battle Page


Battle Result Page Battle Result Page

Getting Started

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

Tech Stack

  • ReactJS
  • CSS
  • GitHub API
  • Context API
  • React-query
  • React Icons