Rock Paper Scissors Game - JS OOP Approach and Browser Storage
Design comparison
Solution retrospective
This is my first solution on this January 1, 2022! I try the feature of web storage JS API to keep user last score so even when browser reloaded, user's last score still remain. Beside that special feature, i built the app by first draw a clear Class Diagram and later code it on JS OOP Approach! Any feedback on this solution are so welcome!
Community feedback
- @anoshaahmedPosted almost 3 years ago
To get rid of the accessibility/HTML issues shown in your Report, have at least one
<h1>
in your code. Read your Report for more information.Great job! :)
Marked as helpful0 - @grace-snowPosted almost 3 years ago
I can't use this at all I'm afraid as you've not used interactive elements. Buttons for actions, anchor tags for navigation. They will all need hover and really clear focus visible styles too
This is also lacking foundational principles of heading structure and content order. Don't let that fall away when you start working on more interactive projects. Can't stress the importance enough
0@eklemisPosted almost 3 years ago@grace-snow Sorry, i didn't really get the context. Can you provide any link or resources for me to read or watch in order to better understand the problem you mention?
0@grace-snowPosted almost 3 years ago@eklemis there are no buttons to click in this and all the headings are in the wrong order. As a keyboard user it's impossible to use
Marked as helpful0@eklemisPosted almost 3 years ago@grace-snow Okay then i get it. Thanks for the very strong notes! That's really helpful!
1
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