Giter Club home page Giter Club logo

leaderboard-backup's Introduction

A simple leaderboard app built with Next.js and Tailwind CSS to list top contributors of a GitHub organization.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

How to add a new member?

Create a new markdown file with the github user name in the contributors folder. For example, if you want to add john-doe as a contributor, create a file named john-doe.md in the contributors folder.

The file should contain the following content:

---
name: John Doe
title: Full Stack Developer
github: john-doe
twitter: john-doe
linkedin: john-doe
slack: U02TDGQQPMJ
joining_date: "09/05/2022"
core: false
intern: true
operations: false
---

** A Bio about John Doe **
_Passionate about creating scalable and distributed systems for the power grid and interested in contributing to open source digital public goods._ (supports markdown)

All members marked with core: true will be listed in the core team section, they will be hidden from the leaderboard section by default. You can toggle the visibility of core team members by clicking on the Core Team button.

All members marked with operations: true will be will be hidden from the leaderboard section.

You will be able to see the users profile page at http://localhost:3000/contributors/john-doe.

Customizing the app

  1. To add or remove a badge, edit the config/GraduateAttributes.js file.

  2. To Setup the repo for a new org, update the scraper config

  3. To change the colors, fonts, or plugins edit the tailwind.config.js file.

Environment Variables

Organization Details

  • NEXT_PUBLIC_ORG_NAME
    • Will be displayed in the navbar.
  • NEXT_PUBLIC_ORG_INFO
    • (Optional) Will be displayed in the "What do we do?" section.
  • NEXT_PUBLIC_ORG_LOGO
    • Will be displayed in the footer.

SEO details

  • NEXT_PUBLIC_META_TITLE
  • NEXT_PUBLIC_META_IMG
  • NEXT_PUBLIC_META_DESCRIPTION
  • NEXT_PUBLIC_META_URL

Page Details

  • NEXT_PUBLIC_PAGE_TITLE
    • Will be displayed in page title.
  • NEXT_PUBLIC_CONTRIBUTORS_INFO
    • (Optional) Will be displayed next to "Our Contributors" section. You can use it to display a note about your contributors.

leaderboard-backup's People

Contributors

mathew-alex avatar github-actions[bot] avatar bodhish avatar rithviknishad avatar sainak avatar gokulramghv avatar khavinshankar avatar shivankacker avatar gigincg avatar vinutv avatar pranshu1902 avatar ritesh-aggarwal avatar rabilrbl avatar vigneshhari avatar dauntlessnomad avatar naman114 avatar anuran-roy avatar bhavik-ag avatar ishanextreme avatar kunatastic avatar marmik2003 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.