Boards component
Closed this issue · 0 comments
SafeDuck commented
example: https://github.com/acm-ucr/pad-website/blob/dev/src/components/board/Boards.jsx
get the board data from import { board } from "../../data/board.js";
you will need to map through this data using JS techniques such as a map.
don't worry about the background shapes for now.