Not Found
Not Found
Not Found
Your session has expired please log in again.
Your session has expired please log in again.
Your session has expired please log in again.
Your session has expired please log in again.
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?

    It was an interesting experience. I am learning more and more. I am proud that I did the most of the logic by myself. Next time I will learn how to use other hooks, to use Global components and put the logic in there, I was afraid of because I had to use so much code. And finally I will learn how to create and how to use my own hooks, in order to recycle the most of the logic.

    I omited that "Are you sure to delete this?" screen/window but later I will update the dist document to deploy it on netlify.

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

    It was my first time using .json but I wan to try to learn how to consume an API in the next challenge. At the beginning I found hard how to print the new comments with a score=0, and it happened because I didn't see that there was a currentUser. So I changed what I have to change, basically reply.id ===4 to reply.id===currentUser.user, and it worked. Well, once I changed that, I fixed all my struggles, for example, when I was pressing the "delete" button all the replies or comments were deleted, the main avatar was deleted too, it was a chaotic. But everything went well before that change.

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

    All, I know I have too much to learn so feel free to let me a feedback. I will appreciate it.

  • Submitted


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

    Please help me to improve my coding skills. Feel free to send any feedback.

  • Submitted


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

    I liked the project. I added some improvements and fixed a lot of visual errors that could occur if (somehow) the user switches from mobile to desktop breakpoints.

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

    While fixing those visual errors, such as hiding the backgrounds and carousel, and pulling all the text and images from a sort of 'backend database,' I got stuck at a point where I needed to create a global function. So, I studied and studied because there were so many branches I wanted to cover properly. I ended up creating a small diagram and then started building the code inside this component (Provider).

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

    Specifically, I would like to code cleaner, learn to simplify and optimize memory and keep learning more about good coding practices. And, in general, be free to send a feedback, I will be glad to read it.