Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 500 Bytes

To start App

$ 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 appropriate.

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

Upon completion, please create a PR to this repo