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 having implemented accessibility features on the page, and I’m eager to explore more about how to enhance the user experience for people with disabilities.

  • Submitted


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

    I'm proud of using validations to check the data from inputs. I would like to experiment with creating validations in a more concise way.

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

    When I tried to use one of the buttons as a parameter within a forEach loop I resolved the issue by assigning a class to the button when it was clicked.

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

    First in my code, I had two functions that iterate on an array of elements (buttons and inputs) and I wanted to pass the clicked element as an argument to another function, but I didn’t understand how to do it.

  • Submitted


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

    I'm proud of using fetch to retrieve data. Next time, I plan to implement functions to break the code into smaller, reusable pieces.

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

    When I tried to separate the code, I had trouble determining which parameters to use.

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

    I need practice in breaking down my code into functions to improve organization and readability. By separating the code into distinct functions, I can make it more modular, maintainable, and easier to debug.

  • Submitted


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

    I'm proud of the use of functions to retrieve the data from the form. Maybe next time, I can structure the function differently.

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

    I had problems with the proportion of the image; I only wanted to use one image and resize it depending on the screen size. I overcame it using 'auto', but I don’t like it all that much.

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

    I would like to know how I can adjust the proportions of the image and if there's a way to improve the function in js.

  • Submitted


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

    I'm proud of using JavaScript instead of HTML for the structure. I think I can improve it further by creating a JSON file to store the data.

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

    I had problems with the structure of the HTML, and I had to add more divs to correct it.

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

    I want to know if I can reduce the amount of code when creating elements directly in JavaScript.

  • Submitted


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

    I’m proud of using a JSON file and fetch to integrate it with my JS. I believe I can improve further by implementing other technologies to reduce the amount of CSS needed without losing functionality.

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

    Some challenges were using the grid layout and how to use fetch. I overcame them by watching tutorials and implementing the solutions.

  • Submitted


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

    I'm proud of using JavaScript to add more cards. I think I can improve in the use of JS, maybe by making the functions shorter or adding more features.

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

    When I tried to position the cards as specified in the design, without using the position property. I overcame it by using grid and span.

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

    The area of JS, also how to reduce the lines of css.

  • Submitted


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

    I'm proud of how I implemented CSS Grid properties to achieve the solution.

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

    I tried to avoid using media queries, so I used CSS Grid, but I encountered problems when the screen size was reduced. The content transformed into columns, which was fine, but there was no space between the content and the body.

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

    I would like to get feedback on how I can create a responsive page using only CSS Grid without media queries

  • Submitted


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

    I'm proud of the use of classes, but I think I can do it differently next time.

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

    I tried to reduce the repetition of CSS properties by grouping the tags together without losing the readability of the CSS.