What are you most proud of, and what would you do differently next time?
I used styled components for the first time. Next time I'll minimize the use of unnecessary nested styled components, preferring instead to style simple tags within them. Overall, I liked the flexibility styled components offered for dynamically changing styles.
What challenges did you encounter, and how did you overcome them?
Ensuring responsive design for both small and large screens presented the most significant challenges for me
Hey Anna congratulations on completing this challenge 👏.
I noticed a few things you could improve, I'll address a few of them.
On the desktop I see an unnecessary horizontal scrollbar. This is because you set overflow:scroll in the page_gameContainer... class. Removing this rule should solve this particular problem.
Consider adding height:100% to body and perhaps page_gameContainer to fill 100% of the height on the desktop.
You may also want to consider using button instead of div for clickable elements, this will improve accessibility and allow the game to be controlled using the keyboard.
Once again, congratulations on your work.
Best of luck!
Hello. This project was not that hard. I had a lot of fun building this page, hope you would check it and point out the errors.I think i get more confident with my layout skills, and get used to scss, but my main weak point is JS =| ... Anyway, if you have any feedback about my solution please leave a comment.
if you do the preview website the page is showing fine but i think there is some problem in my code because of that it is showing the three container stacking on over each other ,
feel free to give any suggestion .
Add background-color to body, you should have exact color in style guide
Try removing the border: 1px solid grey rule, but leave border-radius.
Play around with box-shadow property
You don't need border-bottom-right-radius and border-bottom-left-radius on .right-container, instead add overflow-hidden on .container and it should do the trick.
I really struggle with getting my elements aligned in various positions on the page. Are there any extremely simplified grid and flexbox resources out there for people who are brand new to web development and coding? Any easy tricks to help with positions and alignment? Also, any other resources and/or advice are welcome! Thank you in advance for your help!
Your <p> element right now is too narrow on desktop, maybe consider giving it more space by reducing margin-left and margin-right on .info
There is not enought vertical space between .info and .card-container, you can easily fix it by adding margin-bottom or margin-top
I would rethink using vw and vh as a unit for margins, since it cause problems with responsiveness (try to resize page to 1024x1366 and see what happens)
Maybe figure out other way to limit width on .info without those horizontal margins.
Hello, this is my first fronted challenge, I have started with an advanced one, although I do not have enough knowledge to create this challenge in a more orderly and clean way, I know it is not the best way to do it but I could not think of any other way vanilla form. Advice to improve, both in methodology and logic, would be appreciated, thanks