
Chaiwat Chanavirat
@modtanoiiAll comments
- @VladimirDikovski@modtanoii
Is it accessible, and what improvements could be made?
- P@laurice-dev@modtanoii
Is it accessible, and what improvements could be made?
- @BhanushaliBhaveshWhat are you most proud of, and what would you do differently next time?
This time, I built the solution with a responsive approach, which I learned from Kevin Powell. It was difficult to think that way, but I got it done. Next time, I want to implement this using React and SCSS or another CSS preprocessor.
What challenges did you encounter, and how did you overcome them?I initially created a wrapper that took the full width and height of the body, inside which I placed the product card. However, I faced issues managing responsiveness for both mobile and desktop versions. The extra wrapper was causing layout conflicts, making the design break on different screen sizes. After identifying this issue, I removed the wrapper, and everything started working fine.
What specific areas of your project would you like help with?I feel like my CSS is too long, and I'd like to make it more concise while following industry best practices. I'd also appreciate any suggestions for improving structure, readability, or efficiency
@modtanoiiDoes the solution include semantic HTML?