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


    Heeelo everyone!

    I've certainly learned a lot from tackling this challenge, even tough it's marked only as a junior level difficulty.

    I've got a few questions:

    1. How did you change the svg color? I've tried the method with css: filter; property, but it didn't work for some reason.

    2. What do you think about my project structure? I've tried to divide my code into more chunks for better readability. Do you have any tips or good sources on how to structure projects properly?

    Have a wonderful day/evening/night and happy coding!

  • Submitted


    Hey everyone! :D

    Just completed this simple challenge to practice some basic skills. Don't have any particular questions but if you see something worth mentioning, you are more than welcome to leave some feedback!

    Have a great day and keep practicing!

  • Submitted


    HI everyone!

    So i have two questions for more experienced people out there:

    I learned that i can't really hide my api key while having it in the code on the client side. I've heard that you can do that to some extent while using frameworks like react. So my qustion is:

    1. Should I use frameworks instead of vanilla js if want to go deeper into learning about API's? Is React better for building API apps?

    2. off-topic: I've noticed that all designs that i've worked through don't include landscape view on mobile. Is there a particular reason for that? I try to always include them anyway, but that seems a little bit weird to me.

    Thank you for checking out my solution and have a wonderful day! Take care

  • Submitted


    Hi everyone!

    I've made :before element to add brightening effect when hover over main image but when i squeeze the viewport width enough, :before element doesn't stay inside image-wrapper even though it has width and height set up to a 100% of a parent element. Any idea why? link to the image

  • Submitted


    Hi everyone! After completing a few newbie projects, I've put my hands on this one and run into some problems:

    Ad 1. I can't put maximum length on type number inputs in html, I've tried to do that with js but failed miserably, any ideas?

    Ad 2. How to restrict input fields eg. in MM field how do I restrict it to only take inputs of 1 to 12? When using html max attribute I only get a text message and can still enter any number I want.