vikash-rahii / github-explore-v1

with the help of this application you can find your GitHub score, you can compare two different GitHub user profile, you can see latest trending repos. on GitHub.

Home Page:https://github-explore-v1.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Github-explore - Compete with Github



Github-explore WebApp

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

Github Score in README

Add Gitwhub Score to GitHub Profile README

Badges are Powered by Shield.io

Check helper/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://github-explore-v1.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

Styles

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

style demo
plastic
flat
flat-square
for-the-badge

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

Contribution

Any kind of contributions are welcome.

Fork the repo on GitHub. Clone the project to your own machine. Commit changes to development branch. Push your work back up to your fork. Submit a Pull request so that I can review your changes

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

MIT © vikash rahii


Show some ❤️ by starring 🌟 the repository!

About

with the help of this application you can find your GitHub score, you can compare two different GitHub user profile, you can see latest trending repos. on GitHub.

https://github-explore-v1.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 38.6%Language:CSS 31.3%Language:HTML 30.1%