Angular Frontend-Only Rock Paper Scissors Game

Solution retrospective
While reviewing this project, please take under consideration info from repo's ReadMe The Challange -> Development Decisions explained
section.
- I would like to know if there is any better logic to implement victory calculation from
isVictory
method ingame.service.ts
, didn't think about anything better. - Should I refactor
Rules
button positioning? I usedposition
CSS instruction, but is flexbox on body anddisplay: block;
on app-root better? - Is project's file structure good for this kind of product? Should I rearrange something?
- Overall opinion - What technology should be added/replaced? What conventions can I additionaly use in the future?
Thank you in advance for your help! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Strayker's solution.
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