Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Alejandro 380

    @adelayglesiafleitas

    Submitted

    What are you most proud of, and what would you do differently next time?

    I enjoyed working on it in React, but I would like to try doing it with Tailwind CSS to enhance the appearance and user experience.

    What challenges did you encounter, and how did you overcome them?

    The button could be improved by using a component for the solution.

    What specific areas of your project would you like help with?

    I am open to any suggestions for improvement in order to grow in my development skills.

    @vaguepizza

    Posted

    I think you've used a different font and wrong font weights too.

    Marked as helpful

    0
  • P

    @mickoymouse

    Submitted

    What are you most proud of, and what would you do differently next time?

    Got to learn about some things about hierarchy selectors. Will definitely try to learn more about them.

    What challenges did you encounter, and how did you overcome them?

    Not being able to select some elements/classes. Turns out I was doing it wrong since I didn't even consider the dom structure.

    What specific areas of your project would you like help with?

    As usual, mark ups and whatnot.

    I used an article since I thought this can be put in any website as a standalone component. Not sure if my assumption is right but from what I've learned so far it should be. Please let me know otherwise.

    Feedbacks are greatly appreciated!

    @vaguepizza

    Posted

    I think you can reduce your padding, and if you haven't, use font-size of 16px = 1rem for your paragraph element

    1
  • korken 10

    @kjdutaro

    Submitted

    What are you most proud of, and what would you do differently next time?

    I'll try to use tailwindcss next time.

    What challenges did you encounter, and how did you overcome them?

    I struggled a bit with placing the component vertically on center with flex, so I just opted to use transform instead.

    What specific areas of your project would you like help with?

    I managed to understand a bit of at least everything that I used when I wrote this one. But one thing I really struggle to understand is the assigning of values to the sizes. What sizes should I use (px, vh, rem, em)? What are their differences and what is the best practice when assigning these values?

    @vaguepizza

    Posted

    well It's recommended to use rem for all your font sizes, and ems for depending on a situation, I'll link a couple of videos here, and if you watch them trust me you'll be clear with what, where and why you should be using rem or em units

    Em and Rem Explained

    Why not to use em for font-sizes

    0