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


    Hi everyone πŸ‘‹πŸ½,

    I'm glad to have finished this challenge, However It took me some good time to get it ready. Am trying to break the JavaScript knowledge gap barrier but am really getting a tough time crossing the bridge. I honestly welcome any feedback on the weak areas in my solution and how I can improve.

  • Submitted


    Hi everyone πŸ‘‹πŸ½, Am very glad to have completed my second JS project but I faced a hard time implementing the UI design and the approach I took for using Positioning made it tricky to make my solution very responsive and I have noticed icons are not rendered well in Firefox on small mobile media queries so I humbly request for ideas on how to improve my solution and any feedback on my solution more especially highlighting weak areas in my code will greatly be appreciated.

  • Submitted


    Am very glad about my solution and the way am getting comfortable using CSS Grid, However I would really appreciate any feedback about my solution and areas to improve in my solution. I really love to improve my CSS skills I welcome any advise to improve. Thank you so much and wish you all happy coding.

  • Submitted


    Hello everyone, This my second CSS solution using CSS Grid for my layout. I'm still learning Grid and I will highly appreciate any advise on how I can polish up my code and make my solution optimal. Thanks and wish you all happy coding.

  • Submitted


    Hi everyone πŸ‘‹πŸ½, Am very glad to have completed this challenge and reach this far with the platform, however as I was doing this solution I used the transform: translate() CSS property to make that tilt effect on cards. I really appreciate if I get to know better ways of going about this challenge and how best I can improve my solution.

  • Submitted


    How best can I display the images in the website with CSS Grid wile ensuring the section is still mobile responsive because I wanted to use CSS Grid for that section but ended up defaulting back to Flexbox due to a knowledge gap.

  • Submitted


    Hello everyone πŸ‘‹πŸ½ During Development I successfully failed to style my accordion card to ensure that content doesn't overflow outside the card when the details tag is opened and am still not sure how to approach this problem.

    I'm also not certain how to implement this card with plain JS and I will be glad if you have a look into my solution and inform me how to improve my code. Thanks everyone...

  • Submitted


    Hello everyone πŸ‘‹πŸ½! This is my very first JavaScript challenge and much as it's an easy challenge I found it tricky to solve and still not sure weather I have went about it the right way. I honestly welcome any advise about how I can improve my solution. Thanks...

  • Submitted


    How can I animate the card's image on hover to scale down and up smoothly while maintaining the hover effect of the image that appears when you hover the card's image initially.

  • Submitted


    As I attempting this challenge I discovered that I had to display different images basing on a screen specific screen size and am inquiring for the best way to approach this issue with HTML because I used CSS, by hiding one image and displaying the other at a certain media screen and I believe this is not efficient for it makes users with small screen sizes fetch big desktop images cause they still do exist in the DOM which wastes bandwidth.