diff --git a/SerpentRace_Frontend/src/App.css b/SerpentRace_Frontend/src/App.css
deleted file mode 100644
index e69de29b..00000000
diff --git a/SerpentRace_Frontend/src/App.jsx b/SerpentRace_Frontend/src/App.jsx
index 77fb4478..a09adb1f 100644
--- a/SerpentRace_Frontend/src/App.jsx
+++ b/SerpentRace_Frontend/src/App.jsx
@@ -4,6 +4,8 @@ import AuthRegister from "./pages/Auth/AuthRegister";
import AuthLogin from "./pages/Auth/AuthLogin";
import EmailVerification from "./pages/Auth/EmailVerification";
import Test from "./pages/Testing/Test";
+import ForgotPassword from "./pages/Auth/ForgotPassword";
+import ResetPassword from "./pages/Auth/ResetPassword";
function App() {
@@ -38,7 +40,10 @@ function App() {
} />
} />
} />
+ } />
+ } />
} />
+
);
diff --git a/SerpentRace_Frontend/src/assets/SerpentRace_Animation/SerpentRace_Animation.jsx b/SerpentRace_Frontend/src/assets/SerpentRace_Animation/SerpentRace_Animation.jsx
index adafd242..352f06d6 100755
--- a/SerpentRace_Frontend/src/assets/SerpentRace_Animation/SerpentRace_Animation.jsx
+++ b/SerpentRace_Frontend/src/assets/SerpentRace_Animation/SerpentRace_Animation.jsx
@@ -1,3 +1,6 @@
+// src/assets/SerpentRace_Animation/SerpentRace_Animation.jsx
+// Animációs kiírás: SerpentRace
+
import styles from "./Path.module.css";
import React, { useRef } from "react";
diff --git a/SerpentRace_Frontend/src/assets/backgrounds/Background.jsx b/SerpentRace_Frontend/src/assets/backgrounds/Background.jsx
index 0dd11f97..ef038df0 100755
--- a/SerpentRace_Frontend/src/assets/backgrounds/Background.jsx
+++ b/SerpentRace_Frontend/src/assets/backgrounds/Background.jsx
@@ -1,3 +1,6 @@
+// src/assets/backgrounds/Background.jsx
+// Kockás háttér, ami a mousemovera reagál
+
import React, { useEffect, useState } from "react";
import { motion } from "framer-motion";
diff --git a/SerpentRace_Frontend/src/assets/pictures/Logo.jsx b/SerpentRace_Frontend/src/assets/pictures/Logo.jsx
index 6f3fb92c..28376797 100644
--- a/SerpentRace_Frontend/src/assets/pictures/Logo.jsx
+++ b/SerpentRace_Frontend/src/assets/pictures/Logo.jsx
@@ -1,3 +1,6 @@
+// src/assets/pictures/Logo.png
+// Logo kép importálása és paraméterezése
+
import React from 'react';
import logo from './Logo.png';
diff --git a/SerpentRace_Frontend/src/pages/Testing/Test.jsx b/SerpentRace_Frontend/src/pages/Testing/Test.jsx
index 38aa585c..ecfe67f1 100644
--- a/SerpentRace_Frontend/src/pages/Testing/Test.jsx
+++ b/SerpentRace_Frontend/src/pages/Testing/Test.jsx
@@ -4,7 +4,7 @@ export default function Test() {
return (
);
}