Latest solutions
Latest comments
- @T-N9@nikokrainer
What I would work on a bit more is a tablet version because some parts just don't look right, everything except the tablet version I would say it's well done. Also in mobile view, there is some nice animation between the small and big mobile views that I found interesting.
All in all - great, Bravo!! -Keep coding.
Marked as helpful - @carissaayo@nikokrainer
Hi @carissaayo I found some small bugs that are fixable in the code and that would be:
- javascript: the counter doesn't update when you lose, also look at some animation js libraries it would make your project look spicy.
- css: try to position all elements exactly in the middle with the parent element, or put it on the body, so everything is in center. Use transform: translate(x, y) on the "rock, paper, scissors" images so they are position in the middle of each circle. Use background image on the parent element of the circles, so you could make the triangle visible. In the root folder create a variable for font and then use it on the body so the whole project has the right font.
All in all good job on the project! -Keep coding
Marked as helpful - @nikokrainer@nikokrainer
Thank you for your opinion, will work on that in the future projects. :)