Bamo-D-Abdallah
@Bamo-D-AbdallahAll solutions
3 Column Preview Card Component
#bem#sass/scssPSubmitted 5 months agoOverall code feedback especially the organization of code or any bad practice that I might've overlooked?
NFT Preview Card Component - Vanilla
#sass/scss#bemPSubmitted 5 months agoOverall code review, especially the ways I put them in container and also how to control image sizes in the right way.
Testimonials Grid Section - SCSS
#accessibility#sass/scss#bemPSubmitted 9 months agoOverall code feedback will be appreciated.
Four card feature section - SCSS
#accessibility#sass/scss#bemPSubmitted 9 months agoThe overall code quality and any suggestion would be appreciated.
Interactive rating component - SCSS
#accessibility#sass/scss#bemPSubmitted 9 months agoGeneral code feedback would be appreciated.
Results summary component - SCSS
#bem#fetch#sass/scss#accessibilityPSubmitted 9 months agoI think I over complicated my code, any overall code tip would be highly appreciated.
I couldn't make perfect circle unless I set both
height
andwidth
which AFAIK it is not good idea to useheight
but I don't know if this is the way to do it.Also I couldn't make the linear gradient match the one in the image.
Recipe page
#accessibility#bem#sass/scssPSubmitted 9 months agoOverall code feedback would be appreciate it and what areas should I focus on.
Blog preview card solution
#accessibility#bemPSubmitted 9 months agoAny general code feedback would be appreciate it especially with the way I handled responsive design using
width
,max-width
and medai queries.Product preview card component solution
#sass/scss#bemPSubmitted 9 months agoThe image was difficult to work with, maybe there is something wrong in my code about wow I was handling it? there is a file named "_image.scss" in "scss-files/components" directory that contains every code about the image.
And I am looking for better way to organize my codes.
Faq accordion solution
#sass/scss#bemPSubmitted 9 months agooverall the structure and organization of the project, I feel insecure about the way I named my classes and organized my code.
Newsletter sign-up form with success message solution
#sass/scss#bemPSubmitted 10 months agoOverall code quality, anything I could improve on, what areas does it look like I am weak at?
Is it a good time to learn react cocurrently with practicing more challenges?
Responsive Recipe page
#bemPSubmitted 10 months agoOverall review of my weaknesses, why do I think my code is a pile of garbage.
Why it feels like I don't know CSS.
Frontend Mentor - Social links profile solution
PSubmitted 11 months agoIs mostly using rem and % a good practice or should I make better decision of what sizing units I use?
Blog preview card solution
PSubmitted 11 months agoThe challenge asks to make the font size decrease for mobile phones without using media queries, I think it is done using
vw
but then when the size of the viewport increases the font-size becomes too big.Frontend Mentor - QR code component
PSubmitted 11 months agoI am not sure if the code is good and aligns with best practice or not.