Description:
Currently, if a user navigates to an undefined route in the React app, the UI doesn’t display a user-friendly 404 page. Instead, the app may stay blank or show default behavior.
Acceptance Criteria:
Add a component for 404 pages
Update React Router to show it for unmatched routes
Provide a message like “Page not found” with a link to Home
Description:
Currently, if a user navigates to an undefined route in the React app, the UI doesn’t display a user-friendly 404 page. Instead, the app may stay blank or show default behavior.
Acceptance Criteria:
Add a component for 404 pages
Update React Router to show it for unmatched routes
Provide a message like “Page not found” with a link to Home