From 70cf082573c58f4b76982f12cec7d38fbc5df986 Mon Sep 17 00:00:00 2001 From: julia-weppler-1 <156942916+julia-weppler-1@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:27:06 -0400 Subject: [PATCH] Add usability feedback comments in App.jsx Added comments regarding application usability and code consistency. --- frontend/src/App.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 1e363a5..08323a3 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -13,6 +13,9 @@ import LogWorkoutPage from "./pages/LogWorkoutPage"; import HistoryPage from "./pages/HistoryPage"; import ChallengesPage from "./pages/ChallengesPage"; +// Overall, this is a great application that I would use personally and I appreciate the useability edits the authors have made since P3. +// Keyboard navigation works as expected and there are no issues reported by Axe Devtools. I left a few comments related to displaying warnings and +// code consistency. Great work! function App() { const [currentUser, setCurrentUser] = useState(null); // check if there is a logged in session yet: used by Navbar, protectedroute and implicity to every ro