Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.32 KB

File metadata and controls

41 lines (37 loc) · 1.32 KB

⚔️ Github Battle

Basic Overview - Live Demo

Start Battle between two github users and find out the result.

Screenshots

Screenshot 2022-12-29 at 10 33 41 PM Screenshot 2022-12-29 at 10 34 35 PM Screenshot 2022-12-29 at 10 34 51 PM Screenshot 2022-12-29 at 10 35 06 PM

Features

  • Get top 20 starred repos of different programming language.
  • Fetch data of users and find result of battle.
  • ☀️ Light Mode/ 🌙 Dark Mode.

Run Locally

Requirements

  • Node.js
  • NPM

First, clone the project

git clone https://github.com/RajShringi/github_battle_with_hooks.git

Go to project directory

cd github_battle_with_hooks

Install the needed package

npm install
or
yarn

Start the React Application

npm start 
or
yarn start

porject by Raj Shringi