Summary
Replace the silent catch-all redirect with a real, on-brand 404 page that offers a link home.
Scope
Likely files
frontend/src/App.jsx
frontend/src/pages/NotFound.jsx (new)
Acceptance criteria
- Unknown routes render a styled 404 using the design system
- Page links back to
/dashboard (or /login if logged out)
- Uses the page-fade animation
Verification
- Visit a random URL and confirm the 404 renders
Labels: frontend, design, good first issue
Summary
Replace the silent catch-all redirect with a real, on-brand 404 page that offers a link home.
Scope
Likely files
frontend/src/App.jsxfrontend/src/pages/NotFound.jsx(new)Acceptance criteria
/dashboard(or/loginif logged out)Verification
Labels:
frontend,design,good first issue