For this challenge, your team needs to improve the “404 Page”.
This is the page that renders whenever you try to go to a route that does not exist in your app, ex: "http://localhost:5173/idontexist"
.
Checkout: client/src/pages/NotFound/NotFound.tsx
to get started.
The new page must have more than just the text “404”.
If you can’t think of any better improvements, just put a funny gif or something you feel represents the goal of this page.