MatthewNobes / conversion-app

The Conversion App was created as a simple place to find unit conversions without scouring the internet for a decent solution. As well as providing conversions, this system will explain the equations used for the conversion in a clear and logical manner.
https://matthewnobes.github.io/conversion-app/
MIT License
1 stars 0 forks source link

Setup error 404 page #14

Closed MatthewNobes closed 2 years ago

MatthewNobes commented 2 years ago

As a user, I would like to see a page informing me that this page has not been found when I attempt to visit a page not available to me (error 404). This page should fit with the application design and provide redirection back to the homepage.

New idea: fix the routing system so when a user refreshes or clicks the back page, it works correctly. Use the same fix as matthewnobes.github.io.

Fix advice: https://reginafurness.medium.com/client-side-routing-on-github-pages-with-create-react-app-f5a393341c2 Previous ticket: https://github.com/MatthewNobes/MatthewNobes.github.io/issues/28

MatthewNobes commented 2 years ago

All done