Bamo-D-Abdallah
@Bamo-D-AbdallahAll solutions
- Submitted 12 days ago
3 Column Preview Card Component
- HTML
- CSS
Overall code feedback especially the organization of code or any bad practice that I might've overlooked?
- Submitted 12 days ago
NFT Preview Card Component - Vanilla
- HTML
- CSS
Overall code review, especially the ways I put them in container and also how to control image sizes in the right way.
- Submitted 4 months ago
Testimonials Grid Section - SCSS
- HTML
- CSS
Overall code feedback will be appreciated.
- Submitted 4 months ago
Four card feature section - SCSS
- HTML
- CSS
The overall code quality and any suggestion would be appreciated.
- Submitted 4 months ago
Interactive rating component - SCSS
- HTML
- CSS
- JS
General code feedback would be appreciated.
- Submitted 4 months ago
Results summary component - SCSS
- HTML
- CSS
I 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.
- Submitted 5 months ago
Recipe page
- HTML
- CSS
Overall code feedback would be appreciate it and what areas should I focus on.
- Submitted 5 months ago
Blog preview card solution
- HTML
- CSS
Any general code feedback would be appreciate it especially with the way I handled responsive design using
width
,max-width
and medai queries. - Submitted 5 months ago
Product preview card component solution
- HTML
- CSS
The 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.
- Submitted 5 months ago
Faq accordion solution
- HTML
- CSS
- JS
overall the structure and organization of the project, I feel insecure about the way I named my classes and organized my code.
- Submitted 5 months ago
Newsletter sign-up form with success message solution
- HTML
- CSS
- JS
Overall 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?
- Submitted 6 months ago
Responsive Recipe page
- HTML
- CSS
Overall review of my weaknesses, why do I think my code is a pile of garbage.
Why it feels like I don't know CSS.
- Submitted 7 months ago
Frontend Mentor - Social links profile solution
- HTML
- CSS
Is mostly using rem and % a good practice or should I make better decision of what sizing units I use?
- Submitted 7 months ago
Blog preview card solution
- HTML
- CSS
The 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. - Submitted 7 months ago
Frontend Mentor - QR code component
- HTML
- CSS
I am not sure if the code is good and aligns with best practice or not.