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

  • @R3ygoski

    Submitted

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

    EN - I'm proud of having created a subtasks system that was not part of the main challenge. This gave me an extra challenge to resolve, and it made me think about how I could solve this problem and implement it. If I were to do it differently next time, I would focus on maintaining better organization.

    PT - Eu estou orgulhoso de ter criado um sistema de criação de subtasks que não tinha sido proposta pelo desafio, me dando um desafio extra a ser resolvido que eu teria que descobrir como implementar. E o que eu faria de diferente da próxima vez seria focar mais na organização.

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

    EN - I encountered two challenges, the first one was how to implement CRUD in React, because it's very different from CRUD in Vanilla, as in React we need to always update the Virtual DOM, so a simple .push() method in an Array would not be enough. And the second one was how to create and implement the subtasks system, but it was more simple than the first one, because the logic is almost the same.

    PT - Eu encontrei dois desafios, o primeiro foi como implementar um CRUD no React, porque o ele é bem diferente do CRUD no Vanilla, no React precisamos de sempre atualizar o Virtual DOM, então um simples método de Array .push() não seria o suficiente. E o segundo desafio foi como desenvolver e implementar o sistema de subtasks, mas ele foi bem mais simples do que o primeiro, devido a lógica ser quase a mesma.

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

    EN - Honestly, none. But any feedback is welcome.

    PT - Sinceramente, nenhuma. Mas qualquer feedback é bem-vindo.

    Ismael 30

    @ismeh

    Posted

    Hello @R3ygoski, good solution!

    I have not seen your code, I just tested the app.

    Just two tips about the subtasks.

    1. The text "Type here..." should be a place holder instead of real text.
    2. The subtask maybe should have a little buttom to complete them.
    1
  • Ismael 30

    @ismeh

    Posted

    Good solution.

    Maybe you can use semantic HTML to improve it, for example <main> tag.

    0
  • Ismael 30

    @ismeh

    Posted

    • You have forgotten to implement the following:

      • Effect on hover card:
        • You only have this effect when u hover the card tittle but this effect should work on all the card.
      • Shadow on card + effect with bigger shadow.
    • The profile picture is not aligned with the author, and author text is not in bold.

      • You can fix this with a div framing the profile picture and the author with the following style
      display: flex;
      align-items: center;
      gap: 0.5em;
      
    • Also the main text have a different color in the design.

    Anyway good job, keep going.

    0
  • @mirndlazaro

    Submitted

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

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

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

    Ismael 30

    @ismeh

    Posted

    Good solution.

    I just don't know why on solution-design preview your solution page is smaller. But not a big problem. Good job.

    0