McGill-ECSE321-Winter2024 / project-group-13

project-group-13 created by GitHub Classroom
MIT License
1 stars 0 forks source link

Create CourseTable.tsx Component #169

Closed OmarCE11 closed 6 months ago

OmarCE11 commented 6 months ago

Develop the CourseTable.tsx component. This component should render a table layout to list details of courses, using the CourseDTO[] provided.

Props: courses: CourseDTO[]