• Stars
    star
    122
  • Rank 292,031 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🚀 Gitwar - Compete with Github ( ⚠️ NOT ACTIVELY MAINTAINED )

logo

Gitwar - Compete with Github

Version License Deployment Repo Size

Website : https://gitwar.up.railway.app



Gitwar WebApp

Website : https://gitwar.herokuapp.com/

Features

  • Check your Github Score. Based on -
    • Your Public Repos
    • Stars on Public Repos
    • Forks on Public Repos
    • Github Followers
    • Joined Github Organisations
  • Compete with Friends and Other Github Users
  • View Trending Repos of 5 Different Languages

Gitwar Score in README

Add Gitwar Score to GitHub Profile README

Badges are Powered by Shield.io

Check utils/calc.js to Know How Gitwar Score is Calculated

You need to add this in README.md file in your profile repository via Markdown syntax:

![](https://gitwar.herokuapp.com/badge?username=your-github-username)

NOTE: Don't forget to replace example your-github-username parameter with real value.

Make it personal

Color

You can use any valid HEX color or pick from a predefined set of named colors (blue is the default).

color demo
brightgreen
green
yellow
orange
red
blue
grey
lightgrey
blueviolet
ff69b4

Named color

![](https://gitwar.herokuapp.com/badge?username=your-github-username&color=green)

Hex color

![](https://gitwar.herokuapp.com/badge?username=your-github-username&color=dc143c)

NOTE: HEX colors should be used without # symbol prefix.

Styles

The following styles are available (flat is the default).

style demo
plastic
flat
flat-square
for-the-badge
![](https://gitwar.herokuapp.com/badge?username=your-github-username&style=flat-square)

Label

You can overwrite default Gitwar Score text with your own label.

![](https://komarev.com/ghpvc/?username=your-github-username&label=PROFILE+VIEWS)

NOTE: Replace whitespace with + character in multi-word labels.


Local Setup

# install dependencies
npm install

# serve at localhost:3000
npm start

# serve with hot reload at localhost:3000
npm run dev

Tech Stack

  • Expressjs (Nodejs)
  • Axios (HTTP client)
  • EJS (Template Engine)
  • Github API
  • Heroku for deployment

API Credits

Special Thanks to Huchenme for the Github Trending Api

Deployment

Deploy it on your own Heroku Dyno to avoid downtime.

Deploy

Contributing

Feel free to dive in! Open an issue or submit PRs

License

MIT © Pavan Gandhi


Show some ❤️ by starring 🌟 the repository!

More Repositories

1

iampavangandhi

Hey 👋, Glad to see you here! Check out this repository to learn more about me 🤓. You can also use it to make your awesome GitHub README ✨ (Don't Just Fork, Star Too 😅)
260
star
2

TheNodeCourse

👨🏻‍💻 TheNodeCourse - The Complete Learning Path for Nodejs Development.
JavaScript
81
star
3

iampavangandhi.github.io

👤 Portfolio Website (using Bootstrap)
HTML
55
star
4

TradeByte

💸 TradeByte - Stocks Trading Simulation WebApp ( ⚠️ NOT ACTIVELY MAINTAINED )
EJS
34
star
5

HackRCDU

📅 Hackathon Landing Page of Ramanujan College, University of Delhi: https://hackrcdu.turington.in/
CSS
10
star
6

KNN-Image-Classification

🐱 Pokemon Image Classification using KNN Algorithm
Jupyter Notebook
5
star
7

JSGames

👾 Simple Games build using HTML Canvas and Vanilla Javascript
JavaScript
3
star
8

PexelsPerfect

🖼️ PexelsPerfect - Photo Gallery build with ReactJS and Pexels API.
JavaScript
2
star
9

MyWaysAssignment

📘 MyWays Coding Assignment - Login / Landing Page with Database and Authentication.
HTML
2
star
10

Invite

🎉 Invitation Page for Freshers party 2019
HTML
2
star
11

LangchainDemo

Langchain Demo
JavaScript
1
star
12

BackendNodeJS

📁 Complete Backend using NodeJS and MongoDB
JavaScript
1
star
13

OS

🖥️ Operating System Practicals (SEM 3)
C++
1
star
14

Storybooks

📖 Storybooks - Create public and private stories from your life.
JavaScript
1
star
15

Chatbot

💬 Chatbot Web App (using APIs)
JavaScript
1
star
16

TripPlanner

🧳 A simple trip planner made in React.
JavaScript
1
star
17

DockerBasics

📦 Basic Dockerfiles for Personal Reference
Dockerfile
1
star
18

TaxChain

🔒 Tax Compliance App using Blockchain
CSS
1
star
19

HuffmanEnDec

♾️ Huffman Encoder-Decoder Web App (using Huffman Coding)
JavaScript
1
star
20

ReactTailwindStopwatch

⏱️ ReactTailwindStopwatch - Stopwatch build with ReactJS and TailwindCSS v2.0.
JavaScript
1
star