Design comparison
Solution retrospective
Hi! π
After a while without doing any exercise I wanted to get the most out of it. I was really pleased with the results and the dynamism added
- You can enter your score
- The page will inform you how well you did compared to the other (fictitious) users loaded in a json file
(although the documentation and js functions need to be improved) Another aspect to improve could be to make the "Great" qualifier dynamic (which can be too optimistic π₯³ even if our rating is very low)
Any suggestion is welcome :) Have a good day!
Community feedback
- @Finney06Posted over 1 year ago
Hello there π. Good job on completing the challenge !
Here are some suggestions regarding your code that may be of interest to you.
HTML π·οΈ:
To clear the Accessibility report:
- Always avoid skipping heading levels; Starting with
<h1>
and working your way down the heading levels (<h2>
,<h3>
, etc.) helps ensure that your document has a clear and consistent hierarchy.
I hope you find it helpful!π Above all, the solution you submitted is π. πHappy coding!
Marked as helpful1@SantiagoPoncePosted over 1 year ago@Finney06 Hi! Thanks for your comment, I was thinking of putting an h1 with an sr-only class but I think that because I wanted to upload it as soon as possible I didn't implement it π I will
0 - Always avoid skipping heading levels; Starting with
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