Make a simple leaderboard using React, starting from a basic template
- Clone this repo
yarn
/npm i
yarn start
/npm start
Starting from a basic file structure, your task is to:
- display the data in the
data.js
file in a table - implement buttons to order the data by its four attributes - rank, points, name, and age.
The end result should look something like this: