In this project, as I did not have the Figma design file, I had to take the measurements in magin, paddings, etc. by myself. And I think the result was very satisfactory.
Prabin Maharjan
@PrabinMhznAll comments
- @Pablo-Zallio-DevSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?@PrabinMhznPosted 3 months ago
Rather than hover, if you use sort of focus for all the items, i think it would be great and some margin for "y" i suppose.
0 - @MinThentSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I am getting the hang of both flex and tailwind. In the meantime, I struggle with padding sizing because they should have been standardized in my code.
What challenges did you encounter, and how did you overcome them?Just forgot to align the avatar and name with items-center.
What specific areas of your project would you like help with?I want to get feedback on how to structure my code base because it feels really untidy and tailwind classes as well as the substantial amount of divs are making the code verbose, frankly.
@PrabinMhznPosted 3 months agoThe code is well structured and great way of using props to populate the data in react. Very interesting and looks more mature. Yes I think my design seemed too sloopy compared to this design also I had the aligment of the avatar and the avatar text messed up which i got to learn from this design.
1 - @danielrosaaSubmitted 3 months ago@PrabinMhznPosted 3 months ago
The code iswell-structured and readable as the use of Tailwind CSS classes makes it easy to understand the styling. Utilize Tailwind’s @apply directive in a custom CSS file if you find yourself repeating utility classes across multiple elements to make the code more DRY.
0