unocorn-squad / job-posting-app

Our DevJobs web app enables users to browse and search for available job listings and explore detailed information about each job posting.
https://unocorn-squad.github.io/job-posting-app/
2 stars 0 forks source link

Feat: Created error page #52

Closed jacquikeating closed 2 months ago

jacquikeating commented 2 months ago

Issue

#33

Type of change

Summary

Created a 404 Error page to notify users of the problem, and offer them the option of returning to home or searching for the page they're looking for. Implemented two options for the link to home: text or a button. Final design can use either/or, and commented code for the unwanted option will be deleted prior to deployment.

Testing steps

  1. From the root URL, enter random gibberish as a page path.
  2. The error page currently displays the text link option by default. To switch to the button link option, uncomment the SecondaryButton component and comment out the StyledLink component.

Relevant screenshots

Screenshot 2024-07-25 144911 Screenshot 2024-07-25 145144

jennyychaa commented 2 months ago

@jacquikeating Great work implementing the error page without a design. I've made a couple of modifications that I'd like to discuss:

Feel free to let me know if you need any clarification or have concerns about these changes!