--- a
+++ b/client/src/components/Header.jsx
@@ -0,0 +1,13 @@
+function Header() {
+    return (
+        <>
+            <div className="mt-8 mx-28 text-4xl pb-4 flex justify-between rounded-xl">
+                Stress Detection System
+                <span className="text-xl"> ML Course Project </span>
+            </div>
+            <hr />
+        </>
+    );
+}
+
+export default Header;
\ No newline at end of file