
Mykola Pyroh
@mykola-pyrohAll comments
- P@NavarroEmilianoSubmitted about 2 months agoP@mykola-pyrohPosted about 2 months ago
Not a bad solution and implementation. I don't understand what the hashtag React is doing in the description. You could tweak the colors a bit and check the font sizes.
0 - @nmelissarpSubmitted 2 months agoP@mykola-pyrohPosted 2 months ago
Almost flawless work. Pay attention to the positioning of the icons in the cards. Because of their positioning, they ignore the margins.
0 - @elClassico-engSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud that I didn't lose heart, even after reworking this project several times.😕
What challenges did you encounter, and how did you overcome them?There were many difficulties: after this project, I realized that I was having difficulties with adaptive design, specifically: adaptive layout of images and fonts.
It also makes it difficult to understand the clamp() function and makes it unclear how to use media queries correctly 🙄
I will deal with the topic of adaptive layout (typography, layout and pictures) and next time it will be bette!!!🤞
What specific areas of your project would you like help with?Adaptive layout
P@mykola-pyrohPosted 2 months agoPlease note that this is a card, it should be a separate component. In your case, it actually consists of two blocks that are written in the main, which is syntactically incorrect. The card on the right should be rounded. Pay attention to the dimensions, indents, etc. Your left block goes beyond its visual boundaries. Naming a folder for files "ass" is not very cultural. Why is the React hashtag present in the description?
Marked as helpful0 - P@blakelyonsSubmitted about 1 year agoP@mykola-pyrohPosted 2 months ago
Nice work. The repository is well structured.
Marked as helpful0 - P@jyeharrySubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I avoided using media queries to change the paddings and card width for mobile, tablet and desktop by instead using the design tools on utopia.fyi to get a
clamp()
that fluidly adjusts across all screen sizes. It means on tablet my solution isn't pixel perfect but this is small price to pay for less boilerplate code that ultimately ends up with basically the same result anyway.P@mykola-pyrohPosted 4 months agoGreat job replicating the layout design. Pay attention to the not quite correct naming of classes according to BEM. Also, for semantics, you can group links to a section or an article.
0 - @mikeFreesSubmitted 10 months agoP@mykola-pyrohPosted 4 months ago
Overall, a job well done. As a note - I don't see the point in using roles for main and footer.
1