Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Product feedback app

@MundiaNderi

Desktop design screenshot for the Product feedback app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
5guru
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my first Guru challenge with React. This is Version 1. For version 2 I want to fix CSS overflow, add the edit feedback page, filters and route and clean up based on feedback that I receive from colleagues and you guys.

Built with:

  • React.js
  • Tailwind CSS.

Community feedback

Ian Rioba 450

@Rioba-Ian

Posted

Hey Serah, you can add a file inside your root directory to handle the netlify redirects since once the user refreshes the page they get a not found page from netlify. Here are the steps:

  1. In your root create a netlify.toml file
  2. In the file add the following contents
[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200

Push your code to github again, if you have deployment pipeline configured it should update automatically. Happy coding and great work 👏🏻

Marked as helpful

0

@MundiaNderi

Posted

@Rioba-Ian Thank you. I'll do that.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord