Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

cos1715/React-Challenge-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repo contains the scaffolding for a Leaderboard application. Please note that the scaffolded application shows no data. You can see the scaffolded application with no data by running:

$ npm install $ npm start

To complete this project, please display the data in the userData array in data.js in the table. Feel free to import the data wherever you feel is most apporpriate.

Clicking the "Age", "Name", "Points" and "Rank" buttons should sort the table in thw following way:

  • Age: Sort by Age ascending
  • Name: Sort by name ascending
  • Points: Sort by points descending
  • Rank: Sort by rank ascending

About

Simple table with sorting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published