Skip to content

enhancement: Add custom 404 page #162

@Samridhi-2007

Description

@Samridhi-2007

Description:
Currently, when users navigate to an invalid or non-existent route, they see the default browser or framework 404 error page. This does not align with our app’s theme and provides a poor user experience.

Expected Behavior:
A custom 404 page should be displayed for all invalid routes, designed with the same styling and branding as the rest of the application.

Proposed Solution:
Create a new 404 component (e.g., NotFound.jsx ).
Include a friendly error message and a link/button to redirect users back to the homepage.
Apply consistent styling with the main site theme.
Ensure responsiveness across all devices.
Update routing logic to render this page for unmatched routes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSuggest an improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions