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

  • Daniel 🛸 44,250

    @danielmrz-dev

    Submitted

    Hello! I'm Daniel and this is my solution for this challenge! 😊

    Very nice challenge with plenty of room for customization 😁

    I took the opportunity to practice my recently acquired JavaScript skills to add a light/dark theme to this project.

    If you have any suggestions on how I can improve this project, feel free to leave me a comment!

    Feedback welcome 😊

    @vishalpankhade

    Posted

    The website is perfect but the width of your card is taking 100%, It covers the whole website width in Chrome browser but in Firefox it is perfect,

    You wrote style with JS, which is good but I think you should set @media-query for mobile-responsiveness, the Chrome dev tool shows @media(min-width: 1024px).lg:p-9 { padding: 2.25rem;},

    the min-width is cosying that, I guess, let me know when you fix it, I'm following you : )

    0
  • @vishalpankhade

    Posted

    you should have added border-radius: 12px on user details boxes, so the edges would look rounded and nice

    0