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

  • lavollmer• 350

    @lavollmer

    Submitted

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

    I am most proud of my code with reusable components and props state management. I learned a lot through this project and gained insight into state mangement. Additionally, I was able to achieve the design layout with TailwindCSS styling.

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

    Some challenges I encountered included state management and props management. I was able to determine how to pass specific props to the Thank You component, onClick functions and updating the rating based on end user selection. I learned about these topics through research and trial/error.

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

    I feel that my project turned out well! Thank you!

  • P
    Roid Zuhdianto• 260

    @roidzuh

    Posted

    nice solution

    0
  • P
    wideirp• 280

    @wideirp

    Submitted

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

    I learned to use Vue.js by reading the docs.

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

    Styling the custom slider was difficult but I found a solution online that works really well

  • P
    Srijan Manandhar• 450

    @srijanss

    Submitted

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

    • Used customized built in elements. Created TipCalculator custom web components using section built it element.
    • Created separate module for validation of form that takes input element and checks the validation based on the added attributes.

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

    I had issue with the button getting selected when Enter is pressed on input element after input value. This is normal form behaviour, when Enter key is pressed the first button on the form gets selected. To get around this issue I had to add keydown event on all the input element on the form and prevent default behaviour on Enter key press.

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

    Open for feedback

  • P

    @mussieh

    Submitted

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

    I am proud of the responsiveness that I achieved for the mobile layout. Next time, I might use a framework like Tailwind CSS if it saves me time on styling.

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

    I encountered a challenge in setting up hosting on Github Pages with Vite as the source code builder. Specifically, handling image paths was a bit tricky at first but I was able to figure out the issue.

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

    I would like any feedback on the correctness of my approach.

  • Alejandro• 380

    @adelayglesiafleitas

    Submitted

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

    I would like to do it in HTML next time, and maybe use tailwind.

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

    Configuring the responsiveness of the project was a challenge for me.

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

    I would appreciate your help in improving any aspect of the project so that I can grow as a developer. Thank you very much.

    P
    Roid Zuhdianto• 260

    @roidzuh

    Posted

    nice solution. For the image section, you can add padding-right.

    0
  • John Mirage• 1,590

    @john-mirage

    Submitted

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

    I'm proud of my classes naming but i think it could be better.

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

    The naming of the classes using BEM

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

    Accessibility and BEM

  • Eugene Amedior• 140

    @Eugene-ak

    Submitted

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

    I completed this project in less than half of a day.

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

    No challenges

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

    This project went smoothly.

  • yousef• 70

    @yosefHesham

    Submitted

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

    i did it myself

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

    make width of vertical flex items and other items consistent, i used min-width for this

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

    semantic html

  • CaveCodes• 70

    @CaveCodes

    Submitted

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

    I am proud to have used more semantic HTML and focused more on structuring the HTML as well as finding a more faster loading replacement for media query with tag.

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

    I did not know how to get picture half and text half to be the same size. I managed to match them with equal max-width.

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

    I want to know how to keep image half and text half the same width better as it is tricky to get it right.

    P
    Roid Zuhdianto• 260

    @roidzuh

    Posted

    You can use grid, by setting "grid-template-columns: repeat(2, 300px)".

    Marked as helpful

    0