Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

fatlama/frontend-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Interview

Make a simple leaderboard using React, starting from a basic template

Instructions

  1. Clone this repo
  2. yarn / npm i
  3. 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:

Releases

No releases published

Packages

No packages published