Skip to content

feat: add 404 Not Found page with styled routing#43

Open
codeurluce wants to merge 1 commit into
payflowapp:mainfrom
codeurluce:feat/404-not-found
Open

feat: add 404 Not Found page with styled routing#43
codeurluce wants to merge 1 commit into
payflowapp:mainfrom
codeurluce:feat/404-not-found

Conversation

@codeurluce

Copy link
Copy Markdown

Fixes #30

Summary

Adds a custom 404 Not Found page for unknown routes in the frontend.

Changes

  • Added NotFound page (frontend/src/pages/NotFound.jsx)
  • Updated React Router to use 404 catch-all route
  • Removed redirect-based fallback
  • Improved UX for unknown routes

Test steps

  1. Start frontend
  2. Visit /random-page
  3. Verify 404 page is displayed
  4. Click "Go to dashboard"

Screenshots

image

Notes

No backend changes required. Fully frontend-only improvement.

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

@codeurluce is attempting to deploy a commit to the loadedvessel2-6186's projects Team on Vercel.

A member of the Team first needs to authorize it.

@codeurluce codeurluce force-pushed the feat/404-not-found branch from b8ce6e9 to f5552f1 Compare June 11, 2026 18:43
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.

[FRONTEND] Add a 404 / not-found route with a styled page

1 participant