Skip to content

Vin-Jex/github-battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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