diff --git a/code/frontend/src/Footer.tsx b/code/frontend/src/Footer.tsx
new file mode 100644
index 0000000..555923a
--- /dev/null
+++ b/code/frontend/src/Footer.tsx
@@ -0,0 +1,36 @@
+import React from "react";
+import "./footer.css";
+
+function Footer() {
+
+
+
+ return (
+
+ );
+}
+
+export default Footer;
diff --git a/code/frontend/src/components~4face45 (Renamed footer and created folders) b/code/frontend/src/components~4face45 (Renamed footer and created folders)
new file mode 100644
index 0000000..e69de29
diff --git a/code/frontend/src/feed/Feed.tsx b/code/frontend/src/feed/Feed.tsx
new file mode 100644
index 0000000..07bf1fc
--- /dev/null
+++ b/code/frontend/src/feed/Feed.tsx
@@ -0,0 +1,42 @@
+import React from "react";
+import Header from "../header";
+import Footer from "../Footer";
+
+function Feed() {
+ return (
+ //