designfrontendgood first issue
Metriche repository
- Star
- (2 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Add a 404 page for users that mistype a url or otherwise poke around too much.
Requirements
- add a basic page
MissingPage404to/pagesdescribing that the page does not exist - add a
<Route path='*' exact={true} component={MissingPage404} />toApp
Other Notes
A mock up might be added later to give more specific guides of what the 404 page looks like, otherwise; just have fun with it.