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


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

    I am most proud of having completed the challenge without access to the Figma design file. Despite this limitation, I managed to get quite close to the reference images. Next time, I would spend more time ensuring pixel-perfect accuracy and consider using tools like Google Lighthouse from the start to improve accessibility and the overall quality of my code.

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

    Trying to match the original design was a considerable challenge. However, my previous experience working with Figma files in other projects proved very helpful. This familiarity allowed me to resolve my questions much more quickly and efficiently.

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

    I would like to receive advice from more experienced users to improve the quality of my code. Any suggestions on best practices, optimization, and accessibility would be very valuable to me.

  • Submitted


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

    I am particularly proud of how I have incorporated the styles defined in the Figma file from the start. This has ensured that my design is more faithful to the provided style guide. Unlike my first challenge, where I did not pay much attention to these details, this time I focused on maintaining visual consistency and accuracy.

    For future projects, I plan to use Google Lighthouse to measure the quality of my code, especially in terms of accessibility. This tool will be invaluable for identifying areas of improvement and making justified changes based on concrete data. In this way, I can ensure that my projects not only look good but are also accessible to all users.

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

    One of the challenges I encountered was adjusting the line height in paragraphs. I did not quickly identify the need to modify this property, which cost me valuable time at the beginning of the project.

    Once I realized the importance of line height for the design, I was able to implement it smoothly using the line-height property in CSS. This adjustment significantly improved the readability and overall appearance of the text in the blog preview card.

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

    Any kind of advice or feedback would be greatly appreciated, especially those related to accessibility. I want to ensure that my project is as inclusive and user-friendly as possible for all users.

  • Submitted


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

    Working with pure CSS always presents challenges, but doing so allows me to improve with each project. I am particularly proud of having achieved a design true to the original, using only HTML and CSS without any frameworks or libraries. In the future, I would like to tackle the same challenge using a framework or library like React or Bootstrap to compare the results and improve my efficiency.

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

    It was challenging to stick to the provided mobile design guide. I tried to respect the spacing and proportions based solely on the .jpg files that accompanied the challenge. To overcome this, I used browser inspection tools to measure and adjust the elements precisely, ensuring the final design matched the provided visual guides as closely as possible.

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

    I would like to receive guidance on commonly used responsive measurement units. What are the best practices for applying them efficiently across different devices and screen sizes? I would appreciate advice on how to achieve a truly responsive design using units like rem, em, vh, vw, and percentages, as well as when it is most appropriate to use each one.