Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 386 Bytes

File metadata and controls

4 lines (4 loc) · 386 Bytes

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

handling package