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 proud of doing the project by myself even though it took a while to do it. I feel like my code could be shorter and less confusing, principally in css. Someday I will definitely need to learn how to use frameworks (also because most of the time in the project I was dealing with css).

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

    I thought I didn't know how to add value to buttons, but after some tries I made it work. Later I saw an easier way to do it (using .innerHTML), but I am still proud of the way I did it.

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

    I still take a lot of time to name things in HTML, sometimes I don't know if just naming things as paragraphs or buttons are the right way. In this project I used submit along with the display tag, where I hid one container and showed the other one. I don't know if this is an appropriate way to use the submit button.

  • Submitted


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

    I am proud of doing "the buttons" using lists because I didn't know how to use lists properly, so it took a long time but it worked. Next time I will try to focus more on selecting the right classes to change the style atributtes, because this is why I took a long time to do the buttons.

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

    I had to search a lot about lists and inline-blocks because none of these approaches were working the way I wanted. But after some hard time trying different things it finally worked.

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

    My code is probably longer than needed and it could be more organized. Some tips would be gratifying. I also need some help with the @media. When I zoom in my "buttons" don't work properly, but I don't know how to fix it.

  • Submitted


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

    I am proud of making the website "work" on mobile devices by my own, just by searching the basics on the internet. I need to learn how to use semantic tags better, so my code is easier to read.

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

    I spent a lot of time trying to get the perfect margins, paddings, etc. I should do it faster and focus more on other things. I also struggled to make my website work on mobile devices but it ended up kind of working.

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

    I need to use better semantic tags and improve the way my website is displayed in mobile devices.

  • Submitted


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

    I am proud that I did a simple project by myself mostly with the knowledge from just two youtube courses (from Bro Code). I still need to learn a lot so I can improve my code. Concepts like flex box, CSS grids, and web layouts would probably help me in this project.

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

    The most difficult part for me was to guess the sizes of the things, like the width of the box, the border-radius of the image, the padding of the paragraphs... I feel that having more knowledge about some concepts would help me with that, but in this project I just kept guessing the sizes of the things until I felt that it was good enough.

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

    What is the best approach at this project? I think that my code is much bigger than needed and I don't know if guessing the size of the things is good for a project. What could I learn to get better and improve this code, for example?