Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello @monarxxjain , This is the PR for issue #4
Issue
Currently, users encountering non-existent routes on the website are presented with a default black page, which diverges from the website's theme and aesthetic. This diminishes the user experience and fails to provide a cohesive browsing experience.
Proposed Changes
To enhance the user experience and maintain consistency with the website's design, this pull request introduces a custom 404 page. The custom page is meticulously designed to align with the website's theme and design elements. It serves as a visually appealing error page that seamlessly integrates with the overall look and feel of the website.
Tasks Completed
Designed and created a custom 404 page that harmonizes with the website's theme.
Ensured the custom 404 page effectively communicates to users that the requested page could not be found.
Integrated the custom 404 page into the website's routing system, ensuring it appears when users navigate to non-existent routes.
Attached a screenshot of the designed page in the pull request for review.
Additional Information
The implementation of the custom 404 page aims to improve the user experience by providing users with a visually consistent and informative error page when they encounter non-existent routes on the website.