HackTheTunnels / hack-the-tunnels-the-chilly-pineapples

hack-the-tunnels-the-chilly-pineapples created by GitHub Classroom
0 stars 3 forks source link

Add Chart To Admin Page #16

Open hackthetunnelsbot[bot] opened 1 year ago

hackthetunnelsbot[bot] commented 1 year ago

Description:

Create a chart utilizing Chart.js.

Install Chart.js with npm install --save chart.js react-chartjs-2

Some possible ideas for charts could be:

You can use an existing endpoint or create a new endpoint to expose the necessary data you want for your chart.

Acceptance Criteria:

The participant has utilized Chart.js in some useful way.