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?

    Proud to have completed my first React project! 💪

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

    I struggled with implementing the drag & drop feature, so I restarted the project and focused on getting that working first.

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

    I’d appreciate feedback on whether my code is well-written and if it needs any refactoring or improvements.

  • Submitted


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

    My JavaScript could probably use some refactoring! 🛠️

  • Submitted


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

    Happy with everything I've learned so far and how I've applied it in this challenge. I think my slider has improved compared to my previous challenge! 👍

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

    I had a problem where the event listeners on my buttons stopped working after dynamically generating HTML. This was because I used innerHTML to add content to the same parent container as my buttons, which caused the previously defined constants to lose their references. To resolve this, I created new DOM elements for the generated HTML and appended them using appendChild! 💡

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

    If you loop through the testimonial slides, I have a small glitch in my animation between Tanya and John. How can I solve this? 🤔

  • Submitted


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

    Finished my first intermediate project with minimal research. I'll probably fine-tune my animations next time! ✨

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

    I would appreciate some feedback on my JavaScript code. How can I improve its structure, efficiency and adhere to best practices? 🤔

  • Submitted


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

    Proud of the end product, it was a fun challenge! 👍

  • Submitted


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

    It's been some years since I last used JavaScript, so I had to Google a bit to get things working! 🔍

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

    I would love some feedback on my form syntax, validation and JavaScript overall! 📝

  • Submitted


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

    I wasn't satisfied with my CSS structure in larger projects, so I took on this challenge to refine my approach! 🔄

  • Submitted


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

    Clean and simple challenge. Next time, I would consider some extra animations to spice things up! 🚗

  • Submitted


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

    Pretty satisfied with the end result. Focused on scalability, usability and interactivity! ✨

  • Submitted


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

    Most proud of achieving responsiveness across all resolutions and delving deeper into grid. Utilizing grid-template-areas was particularly satisfying, as it provides a clear visual representation in CSS of the layout's structure! 🧱

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

    Please have a critical eye on my mobile-first approach, as it's my first attempt and I'm not entirely convinced! 🤔

  • Submitted


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

    I'm seeking assistance in optimizing my project by reducing code redundancy and maximizing the use of reusable classes. While I've made efforts to create reusable components, I believe there's room for improvement in identifying common patterns and abstracting them into more versatile classes! 🛠️

  • Submitted


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

    I encountered some issues with margins and paddings when expanding content with CSS, so I opted for jQuery's slide functions which proved to be a better solution! ⬆️