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 am most proud of successfully implementing the dynamic update of the feedback card using JavaScript. It was satisfying to see the card change in real-time based on user interaction, providing immediate feedback.

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

    One of the main challenges I encountered was ensuring that the feedback card's inner HTML dynamically updated correctly without causing any errors or unexpected behavior. I also needed to handle the case where users might try to submit feedback without selecting a rating.

  • Submitted


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

    I am most proud of the responsive design achieved through the use of CSS Flexbox and media queries. Additionally, the dynamic progress bar implemented with JavaScript adds a layer of interactivity.

  • Submitted


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

    N/A

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

    N/A

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

    N/A

  • Submitted


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

    I am most proud of the clean and modern design of the profile card, as well as the responsive layout that works well on different screen sizes. Using Flexbox allowed me to create a flexible and visually appealing layout that enhances user experience. Additionally, I am pleased with the hover effects on the social media links, which add an interactive touch to the card.

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

    N/A

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

    N/A

  • Submitted


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

    I'm most proud of successfully creating a dynamic and visually appealing result summary component. This project showcases my ability to integrate different web technologies—HTML, CSS, and JavaScript—to build a functional and responsive UI that fetches and displays data dynamically. The component not only looks great but also provides a clear and concise summary of results, which is both user-friendly and informative.

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

    One of the primary challenges was implementing the dynamic fetching of data from a JSON file and ensuring that the data was accurately reflected in the UI.

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

    I want to ensure that my JavaScript code is efficient, maintainable, and follows best practices. A thorough code review could help identify any areas of improvement or potential issues.

  • Submitted


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

    I'm most proud of the clean and responsive design of the NFT preview card component. The use of flexbox for layout and the subtle hover effects provide a professional and polished look, making the component visually appealing and user-friendly. It's rewarding to see how the component enhances the overall user experience with its sleek design and smooth interactions.

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

    Flexbox layout complexity, ensuring that the card component was perfectly responsive across different screen sizes and resolutions was a bit challenging. Flexbox is powerful, but it can sometimes be tricky to get everything aligned just right, especially when dealing with nested flex containers.

    secondly, Creating a hover effect that was both subtle and impactful without disrupting the overall design required several iterations. I wanted the effect to be noticeable yet not overwhelming.

    I spent time thoroughly reading and experimenting with Flexbox properties. Online resources like CSS-Tricks and MDN Web Docs were invaluable. I also used browser developer tools extensively to debug and refine the layout.

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

    any guidance on improving accessibility and ensuring the component is fully responsive across a wider range of devices and screen sizes would be greatly appreciated

  • Submitted


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

    Alright, gotta brag a little! Crushed the Frontend Mentor testimonials grid challenge with CSS Grid this weekend. Seriously, this layout is feeling so clean and responsive, thanks to the magic of grid.

    Super proud of how it turned out, a clean and responsive layout using CSS grid, and it feels fantastic! Grid really is a game-changer for building these kinds of sections.

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

    It wasn't all smooth sailing though! I initially struggled with making them resize nicely on smaller screens. But after some research and tinkering with the grid properties and spanning techniques, I figured it out!

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

    While I'm pretty happy with how it turned out, I am curious if anyone has experience adding some hover effects or subtle animations to make the testimonials a bit more interactive.

  • Submitted


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

    proud I have managed to build a responsive component using some CSS properties I dint know about at first. I have learned a lot in this project, especially for the CSS part.

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

    The biggest challenge was that, when I resized the screen to mobile view, the whole component would seem to overflow than the design I was using. I struggled with it at first. After some googling, I decided to start from mobile view then going up.

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

    Based on my previous problem, support on mobile-first flow concept and media queries would be of much help.

  • Submitted


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

    As a starter in Web Development, am much proud that I have built and deploy my first min-project on Netlify. It was a very interesting project, figuring out how different stuff work and learning along the way.

    It was tricky with some CSS properties at first, maybe because I dint plan everything well in the beginning. Am working on how I can plan for layout, the semantics and CSS properties effectively and any support on these areas will be much appreciated

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

    At first I had some Issues in aligning elements, so I did some digging on the Internet and managed to fix everything. am glad I did look on the Internet because I just learning a few CSS properties which I think will be useful along my Web development journey.

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

    while I was Implementing the project, I realized that I need help with layouts and positioning elements across different screen sizes. It was a bit hard on these areas, figuring out how to make the elements smoothly respond to screen size changes and aligning them. A feedback on how I can tackle these issues will be very helpful.