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 comments

  • @JJSanchez33

    Submitted

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

    Estoy orgulloso de poder desarrollar este proyecto desde cero y ver lo mucho que he avanzado en este mundo de la programación, que es tan extenso. Me gustaría verificar mi código y descubrir cómo hacerlo más eficiente.

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

    Bueno, como siempre, los medios jQuery son un poco difíciles de implementar; pero cuando ya los entiendes, solucionas muchos inconvenientes con las diferentes pantallas que existen actualmente.

    thawzinag 30

    @ThawZinA

    Posted

    Is the code well-structured, readable, and reusable?

    0
  • P
    kaLihaRi 50

    @kalihari90

    Submitted

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

    I've learned using more information about sizes and spaces from figma file. I used it and planned my code better - for example using flexbox with gaps for spacing elements.

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

    The most challenging thing was making perfect yellow label "Learning", because when I used flexbox it's turned into block element even when I changed display property do "inline-block". Propably display wasn't problematic but default flexbox behavior which makes all content take all free space like block elements do. I just put that label word into span and it works fine.

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

    I don't know if it was necessary to use "span" for a label element. Maybe there is another way to make horizontal padding works while being flexbox item.

    thawzinag 30

    @ThawZinA

    Posted

    Is the code well-structured, readable, and reusable?

    0
  • P

    @ownedbyanonymous

    Submitted

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

    I am proud of the fact that l have started building instead of being stuck on tutorials. In my solution l also followed the workflow l would follow when contributing to open source or working in a team. The process involves creating a seperate branch for my changes, creating pull request and writing commiting message to my changes.

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

    I had a bit of difficult trying to decide the appropriate HTML5 tags for my content. My goal was to practice the use of HTML5 tags but the difference between section and article is still confusing me. To overcome the challenges l face l google the problem and tried to read thoroughly and not skimming through the articles suggested to me.

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

    1. I would appreciate feedback on my codebase. I understand there are many ways to solve a problem but feedback around the areas of efficiency and suggestions on how l could improve my codebase would be much appreciated.
    2. Also reviewers are free to highlight area where did follow best practices as l am preparing myself for a Frontend Engineer position.
    thawzinag 30

    @ThawZinA

    Posted

    Does the solution include semantic HTML? Is it accessible, and what improvements could be made?

    0