Design comparison
Solution retrospective
Frontend Mentors l really struggled with the responsive css for widths 375px's and less, are @media queries the only way to write responsive css? it was optional making a working scoreboard but l feel l should do it, but l was wondering is redux the only way to manage state or ?! thank you, feedback is more than appreciated.
Community feedback
- @Stephen-AdomPosted about 2 years ago
Hello blackbott, the rules button text is not centered in the button container and also the button is not centered horizontally on mobile screen. Change the text color of the selected tiles and the score title to white to make it more readable The header must show the current score when the user navigate to the home page as well. You can also apply transition to the hover effect on the tile to make the effect more natural.
Marked as helpful1@BlackbotttPosted about 2 years ago@Stephen-Adom Thanks for the feedback l will do that. For my header to show the current score is redux the only way to do so?!
0 - @Stephen-AdomPosted about 2 years ago
You can use redux or local storage but redux is more effective since any updates is reflected on the UI Component. With localstorage, you have to fetch the data whenever you update the store with the scores
0
Please log in to post a comment
Log in with GitHubJoin 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