Latest comments
- @TruAmakku@TruAmakku
The code isnt well-structured as i wanted to finish it asap and made wrong choices.
- P@Yonerfy@TruAmakku
Very nice, using components to keep your code organized is a very good practice. Only problem i spotted is that from 500px to md (768px) which i think is tablet, was neglected. Other than that, Great job!
- @EgorVadik@TruAmakku
Nice! I like your organized code, with the tailwind custom colors, Very inspiring!
- @MrTr4p@TruAmakku
Beautiful! both the code and the coder :3
- @NunoJDMachadoWhat are you most proud of, and what would you do differently next time?
I'm proud of putting multiple flexbox features into practice. Maybe next time I'll practice grid.
What challenges did you encounter, and how did you overcome them?When resizing the browser window to test responsiveness I noticed that the cards weren't being squished identically. Some remained bigger than others. To solve that I used a combination of fixed width and min-width, which helped a lot.
What specific areas of your project would you like help with?But still I notice around the tablet breakpoints that the two cards in the middle are getting more squished than the others, even though they have the same css applied. How can I fix this?
@TruAmakkuVery nice, almost identical!
- @Lux0702What are you most proud of, and what would you do differently next time?
I'm proud of how clean and responsive the layout is. The design effectively adapts to different screen sizes, with proper grid usage and flex adjustments for a smooth user experience. The styling is minimal yet effective, making the card visually appealing. The hover effect on the button also enhances the user experience.
@TruAmakkugood stuff