Abdi
@abdizahirAll comments
- @tannguyenk3Submitted 3 months ago
- @Ayyubiy90Submitted 4 months ago
- @luisv79Submitted 4 months ago
- @steveostlerSubmitted 4 months ago
- @andiazSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
That I started implementing this challenge, using a mobile-first approach. It felt as if that made the whole challenge much easier to handle CSS-wise.
What challenges did you encounter, and how did you overcome them?The trickiest was finding a good way to get the testimonial cards span as intended over the given rows and columns. Once I found out about grid-template-areas then it was quite straightforward :)
What specific areas of your project would you like help with?Any feedback on best practices using CSS grid is most appreciated (and any other feedback of course!).
- @tortarugaSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I tried to use only flex, I'm happy with the result, next time I'd try using grids
What challenges did you encounter, and how did you overcome them?I struggled to get the cards to all have the same width and to be responsive at the same time (if I gave them a fixed width they wouldn't adapt to different screen sizes). I solved it by giving each card a width of 100% of the parent
What specific areas of your project would you like help with?any feedback or advice for improvement is appreciated!
- @Adhi-S12Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I found out where I waste too much time, Next time I can take less time not having this problem
What challenges did you encounter, and how did you overcome them?I forgot that I set a max-width for the card component and I forgot that flex defaults flex item to shrink, this simple mistake made me waste a lot of time. My image inside the flex container was not stretching to fill the container. The real reason was due to max-width set on the container, the flex shrink property on the flex item comes into effect and it was shrinking and not filling up the space. It was such a simple thing but for some reason, I didn't catch it and took way too much time on this challenge.
What specific areas of your project would you like help with?.
- @AlyaaRushdySubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I would research more to have a more defined plan.
What challenges did you encounter, and how did you overcome them?the list items marker's positioning
What specific areas of your project would you like help with?bem naming convention
- @TripouilleSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Nothing in particular, but I'm happy to practice without any framework.
What challenges did you encounter, and how did you overcome them?I experienced discomfort in my right arm, but after stretching it, the pain subsided.
What specific areas of your project would you like help with?Any thoughts on my css?
- @osenpremaSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I learned how to work with FIGMA files.
What specific areas of your project would you like help with?Any feedback welcome ;)
- @Uden29Submitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I want to build awesome web apps.
What challenges did you encounter, and how did you overcome them?First time is really hard.
What specific areas of your project would you like help with?Layout Design.