Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created 404 not found page #143

Merged
merged 4 commits into from
Feb 20, 2025
Merged

Created 404 not found page #143

merged 4 commits into from
Feb 20, 2025

Conversation

712Kunal
Copy link
Contributor

Pull Request Template

Description

A 404 Not Found page is a crucial component of any website or application to gracefully handle user navigation errors and improve the overall user experience. Currently, when users encounter a non-existent route or page, there is no custom 404 page displayed. This can lead to confusion and a less engaging experience.

Task Details:
Design: Create a visually appealing and responsive 404 Not Found page that aligns with the application's theme and branding.
Content: Include a friendly error message, an illustration or graphic (optional), and a clear call-to-action such as a button to navigate back to the homepage or other relevant pages.
Functionality: Ensure the 404 page is displayed when a user navigates to an undefined or invalid route.
Expected Outcome:
A professional and user-friendly 404 Not Found page that seamlessly integrates into the application, enhances usability

I am SWOC contributor, Kindly assign me this issue

What kind of change does this PR introduce?

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Refactor
  • Other (please specify)

Related Issue

Closes #108

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Manual testing (include steps if needed)

Screenshots (if applicable):

image

Checklist:

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code follows the project's code style guidelines.
  • I have performed a self-review of my own code.
  • I have removed any unnecessary comments and debug code.

Additional Information

@XDFrost XDFrost merged commit d99f3f4 into Mahak008:main Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build a 404 Not Found Page for Improved User Experience
2 participants