speedrun-p1xt-progress

View on GitHub

Build a Camper Leaderboard

Objective

Build an app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/eZGMjp/.

Requirements

Hint: To get the top 100 campers for the last 30 days: https://fcctop100.herokuapp.com/api/fccusers/top/recent.

Hint: To get the top 100 campers of all time: https://fcctop100.herokuapp.com/api/fccusers/top/alltime.

Notes