diff --git a/frontend/src/components/CoursesWidget.jsx b/frontend/src/components/CoursesWidget.jsx
new file mode 100644
index 0000000..c938e9a
--- /dev/null
+++ b/frontend/src/components/CoursesWidget.jsx
@@ -0,0 +1,52 @@
+import { Card, Container } from "react-bootstrap";
+import { Link } from "wouter";
+
+const CoursesWidget = ({ className = "" }) => {
+ const dummyData = [
+ {
+ course_id: 1,
+ course_title: "Advanced Website Design",
+ couse_code: "COMP 2707",
+ instructor: "Saja Al Mamoori",
+ },
+ {
+ course_id: 2,
+ course_title: "Introduction to Roman Civilization",
+ couse_code: "GRST 1200",
+ instructor: "Max Nelson",
+ },
+ {
+ course_id: 3,
+ course_title: "Software Verification and Testing",
+ couse_code: "COMP 4110",
+ instructor: "Serif Saad",
+ },
+ {
+ course_id: 1,
+ course_title: "Advanced Website Design",
+ couse_code: "COMP 2707",
+ instructor: "Saja Al Mamoori",
+ },
+ ];
+ return (
+ {course.couse_code}
+