-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Problem Statement
Currently, navigating to an undefined route may either show a blank screen or default browser behavior. This negatively impacts user experience.
Proposed Solution
- Create a dedicated 404 page component
- Implement wildcard route handling (e.g.,
*route in React Router) - Add navigation button to return to home
- Ensure consistent UI styling
Acceptance Criteria
- All unknown routes display the custom 404 page
- Page includes a clear message and navigation option
- No console errors
- Follows project design guidelines
Why This Matters
Improves UX, provides graceful error handling, and makes the application more production-ready.
I would like to work on this issue.
Kindly assign this to me .
Thanks !
Reactions are currently unavailable