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'm really proud that I figured out the filtering part for 'all', 'active', and 'completed'. The drag-and-drop feature was really fun to implement.

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

    I struggled with the checkbox that would add a new todo. I wanted to disable it when the input was empty. It was easier than I expected. The drag-and-drop section had its difficulties because when I implemented it, I realized that I couldn't mark todos as completed. I overcame that challenge by stopping the event propagation.

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

    I have a transition on the text of the todos that lasts more than 1 second, which is the time I used for all transitions.

  • Submitted


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

    It's the first time I've built a theme switcher. I thought it was difficult, but now I know it's not.

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

    I struggled a little bit with flex, but then I shifted my focus to grid, which weirdly I think I understand more

  • Submitted


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

    I'm proud I managed to handle the different events the app needs.

  • Submitted


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

    How to display the red circle indicating an unread status. Initially, I considered using ::after, but ultimately opted for a span element. The span element didn't display until I used 'display: inline-block' in the styling

  • Submitted


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

    It seems that when the button is clicked on mobile, the hover effect stays activated. If anyone knows why this happens, I'd be happy to hear it

  • Submitted


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

    The logic used in Js to calculate age