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'm proud that I managed to find time to complete this challenge. Next time, I'll focus on finishing it more quickly and try to simplify the process to avoid overcomplicating things.

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

    The biggest challenge was working with validatorjs. Even though I followed the documentation, the code didn’t behave as expected, especially when setting classes in my if statements after validation. So, I decided to skip external libraries and use regex instead, writing my own functions to meet the challenge requirements.

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

    I think the main help I need is advice on how to simplify the process and whether my code is broken down enough to be suitable for a Junior role.

  • Submitted


    Hi! Am very happy! This challenge really help me! Please, leave a comment and suggestions for this small work. It very important to me. I want to be better :) Thanks for the yours time ;)

  • Submitted


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

    I am proud to say that I complete this challenge 😁

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

    The most challenging part has been maintaining the images for different screen sizes. I also decided to enhance the solution for better compatibility by exporting both 1x and 2x images. However, for the footer background, I haven't found an effective solution to handle both 1x and 2x images, as well as support for JPEG and WebP formats.

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

    How can I make the browser load images in WebP format if supported, and fallback to JPEG if not? I tried using media queries, but it didn't work. Am I on the right track with media queries?

    It feels like I'm wasting time on this. What do you think? Should I be concerned about these details?

  • Submitted


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

    I am proud to say that I being more and more comfortable with Grid, however I found that Flex is more comfortable for me.

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

    I’m unsure whether using ul and li elements for structuring a grid layout is the best approach. Additionally, I find it easier to manipulate grid items using the nth-child pseudo-class. Could you please confirm if this is an appropriate method?

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

    Overall, I want to ensure that my code aligns with what’s expected for a junior position. Does this approach meet those standards?

  • Submitted


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

    I’m proud of how I sped up my coding process and decision-making. I also discovered that we can embed classes inside parent classes. Next time, I’d aim to refine my approach for even more efficiency.

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

    The most difficult part was just getting started and finding time to code. I overcame this by refining my schedule to include at least 2 hours for practice each day.

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

    I’d like help in reviewing my code to see if it’s efficient and good enough to meet hiring standards.

  • Submitted


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

    I am proud that I continue to practice following the Learning Path.

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

    The most challenging part was ensuring that all elements looked the same as a design. I use Google Development Tools to style elements and then move styles to code.

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

    I find myself overwhelmed with structuring CSS classes, for this particular challenge I first wrote an HTML structure that included class names, but when I started writing CSS, I found that many classes were not needed and I could use some global classes to few elements.

  • Submitted


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

    I'm proud that I complete 3 challenges for few days πŸ™‚

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

    The most challenging is just getting started to practice.

    I struggle with the thought that I waste time for practice, and I should do my freelance work to make money. However, I enjoy it more than doing Webflow, and design jobs for my clients for money.

    So I hope I will find a position as a Frontend dev shortly.

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

    Not sure when I should use attribute target="_blank". I remembered that we use _blank properties when we have links that follow to external source, may I be right?

  • Submitted


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

    I read about variables fonts and it is something new I learned.

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

    No at all.

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

    I was wondering if I did right when I set max-width: 100% for images for desktop screens πŸ€”

    Or if I should export two images corresponding to screen sizes as we did on my course, but I thought that because this is an SVG it would stretch without quality loss.

  • Submitted


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

    I complete this challenge much quicker. For next time I will be more careful with line-height, and do not forget to add this property.

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

    The screenshot generated by Challenge Hub doesn't look the same, so I spent a lot of time adjusting line-height property.

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

    For this time I do not need help, as I'm familiar with HTML&CSS