3K
37_Nikhil Kumar
Actions Menu - Copy this React, Tailwind Component to your project
Task 1: Basic Table - 10 points Data Information: ● You’ll be working with the data set here ● The dataset provides information on ML Engineer salaries from 2020 to 2024 ● You can either create an API to fetch this data or just put this data in a file in your frontend codebase. Description: Based on this data, create a table (call it “main table”) with the following columns: 1. Year 2. Number of total jobs for that year 3. Average salary in USD Users should be able to sort the table by any column.
Prompt
