You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed a couple of packages - MUI (material UI) to handle the tables in our webpage, and the Roboto font, and an Icon handler for SVG images
npm install @mui/material @mui/icons-material
Created a components folder, and created a JsonParser.ts to help us parse the data from the JSON file, and StacklineTable.tsx for converting the parsed JSON to a table