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 of being able to create my first landing page and being able to make it adapt to different screen sizes.

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

    I had problems leaving the hover events in learn more to make the underline visible, I didn't know how to do it using just my basic css knowledge, so I chose to use javascript logic. After some research I discovered that there were mouseover and mouseout events, so I used almost the same structure that I would use with a click event to solve the problem. I also had a challenge regarding the mobile menu, because when we placed it in the mobile width, it was observed that when it was activated and deactivated, if we returned to the desktop width, the menu disappeared (this is due to the fact that the nav had a display = none ). So I used javascript based on mediaQuerys to make the nav not continue with display = none if it reached a certain width.

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

    I wanted help understanding how to make the code clean and easy to understand. I think I got confused when it came to clarifying the code. And what could I have done to simplify the code or used different things to get a better result. In short, feedback on the codes.

  • Submitted


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

    I'm proud of being able to do another challenge. This one was more complex to do than the first one I did. But I believe that it also evolves in the organization and structuring of codes. What would I do differently? I think I would study algorithmic logic more, so that I wouldn't get too stuck in these parts, but other than that, I think I did well.

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

    I had problems with error styling of the inputs. It took a lot of time, but I discovered that the mistake I was making was selecting them wrong, which I solved using input.closest('.exempleClass'). I also had difficulty building the mortgage calculation validation, which only contained numbers and periods, in addition to displaying the results with commas and periods. But I also managed to solve it.

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

    I wanted help understanding how to make the code clean and easy to understand. I think I got confused when it came to clarifying the code. And what could I have done to simplify the code or used different things to get a better result. In short, feedback on the codes.

  • Submitted


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

    I am proud of being able to complete my first challenge and achieve the proposed goals. What I would do differently would be to research more, ask more questions and absorb my mistakes and bugs as learning experiences. I believe I deprived myself of the use of the research tool.

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

    I had difficulty adjusting the message sent after submitting the form information, because the page was reloaded after submitting it, so I couldn't get the form clean and with the message sent. My solution was to place the message sent after all the required information was filled out and submitted, and before the form refreshed, the message appeared. I also had difficulty understanding how to manipulate the DOM elements and understand the concept of the DOM tree. This happened in the areaOptions part to select the options and the radio. But I was able to solve it using if (optionsElement) and selecting each classList and adding and removing the active class.

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

    I wanted help understanding how to make the code clean and easy to understand. I think I got confused when it came to clarifying the code. And what could I have done to simplify the code or used different things to get a better result. In short, feedback on the codes.