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 solutions

  • Submitted

    Advice generator app

    • HTML
    • CSS
    • JS
    • API

    0


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

    I'm kinda proud that i could finish the project faster this time.

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

    The main challenges were finding the right classes to use from tailwindcss but the documentation helped a lot with that.

  • Submitted


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

    I'm proud that I could finish this challenge and also that I learned a new skill while doing it.

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

    Since this was my first time using Tailwind CSS on an actual project that had to be pixel perfect and same as the design, I struggled to find the particular classes that Tailwind CSS uses. Later I installed the Tailwind CSS intellisense that made things much easier and faster.

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

    I would like to know how to approach a design when the requirements for mobile and desktop view are different. In the above challenge the share section design for mobile and desktop are very different in terms of how they appear when the share button is clicked. As you can see in my code I have gone around this by creating seperate section for mobile and desktop and hidden them respectively. This was very tedious to do and I think there will be a much better approach to do this. It would be very helpful to receive some feedback on this. Thanks.

  • Submitted


    How to make a div separate images on mobile and desktop? How to give proper height to the div when setting the background image in CSS?

  • Submitted


    how to vertical align button text and icon? If I keep flex-basis as 50% on both child containers why is it increasing after adding padding on one container? I used <br> tag to show text as it is on design, is there a better way to do this?

  • Submitted


    What are best practices for responsiveness? How to center a div, also making it responsive?