bitprj / counselor-leaderboard

Home Page:https://bit-leaderboard.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Leaderboard

Tools

  • Deployed on Heroku

Details

  • Pulls Top 10 students with the highest number of steps completed
  • Only queries for students within a specific time frame (ex: during the camp)

Badges

Top-performing students in the curriculum are awarded badges to reflect their performance. Currently, badges are shown for:

Badge Description
Top 4 students farthest in the curriculum.
On track in the curriculum based based on the current week number

To Use

  • Change ISOdate for specific time frame
  • /api/leaderboard endpoint in backend returns object of top ten users
{"topUsers": ["example", "example", "example", "example", "example", "example", "example", "example", "example", "example"]};

About

https://bit-leaderboard.herokuapp.com/


Languages

Language:JavaScript 67.7%Language:HTML 31.0%Language:CSS 1.3%