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 like all the project. I feel I did fantastic in overall. The html uses grid in most of the cases, allowing a very fine organized DOM and it also have a good semantic HTML. The form handle the validation first, if all is correct, then pass the action to the component Contact-us to handle the action. The submit generate a success toaster with sound, that least 4s on the screen, then it is removed from the DOM.

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

    I tried to cancel the event focus when the event change was fire but I didn`t know how to do so without addeventlister.

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

    is there a way to cancel events only using event handler attribute?

  • Submitted


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

    I proud on the way I handle the types and the insights I'm gaining working with them. The styles I'm applying maybe are simple but very concise and devoted to the design's photo. Also the clean code I worked through the project.

    I'm pretending to work next time with css variables more in deep.

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

    The challenge was a function and personalize their options related to the parameters of intl.NumberFormat, it was interesting because I used a utility named "ConstructorParameters" and accessing to the second parameter.

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

    Advices of work with types

  • Submitted


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

    The neat code and readibility

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

    This is my first time using typescript as same for tailwind so finding the correct types for the DOM and narrowing the variables was a challenge; use class names without wirting in the style sheet was exciting because was completely new.

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

    In the future, I wish to understand how to implement the server actions. In this run, I tried but something went wrong with useActionState, so I didnt use it absolutely.