From adc65d3d2672c93a0937da7cefe7a5937d217c0c Mon Sep 17 00:00:00 2001 From: Gupta-02 Date: Tue, 2 Sep 2025 13:07:59 +0530 Subject: [PATCH 1/2] Committed latest changes --- client/src/App.jsx | 11 +- client/src/components/Footer.jsx | 2 +- client/src/components/Header.jsx | 62 +++-- client/src/components/ScoreTrendChart.jsx | 115 +++----- client/src/main.jsx | 10 +- client/src/pages/Dashboard.jsx | 267 ++++++++++++------- client/src/pages/Interview.jsx | 306 +++++++++++++--------- client/src/pages/Resources.jsx | 74 +++++- client/src/routes.jsx | 8 +- server/index.js | 6 + server/models/InterviewModel.js | 43 ++- server/models/UserModel.js | 21 +- 12 files changed, 578 insertions(+), 347 deletions(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index 7ebc50c..ec0d3f6 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -17,12 +17,21 @@ import Header from "./components/Header"; import Footer from "./components/Footer"; import ScrollToTop from "./components/ScrollToTop"; + function App() { return (
+ {/* Skip to content link for accessibility */} + + Skip to main content +
-
+
{/* This will render the current page */}