Responsive app built with React/React-Router/Material UI

Solution retrospective
Deployment and state management gave me some headaches in this one. I still have a bug I need to fix where if you refresh the page, the GET request fails even though the route looks fine. Any ideas how to resolve this?
I utilized React-Router and any best practices related to this would be appreciated, I don't know if I implemented it in the optimal way. That said, I think I am getting much better now that I am comfortable building in React to the point where I can pull in UI libraries. Hopefully, it's an upward trajectory from here!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
Hi Matt
So far so good on your project. You managed to pull the data from the json file, but what you really need to work on is your styling as your page is not responsive. Practice styling on a project that is of a lower level than this one. A site should generally be able to be viewed on any device smoothly
- all img should have a
alt
property and animg
is a self closing element .<img src="./image.jpg" alt="" />
- interactive elements such as buttons and anchor element should have readable text that is available to assistive technology users.
- see also the feedback response
Marked as helpful - all img should have a
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