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


    Simple component buiold with html and vanilla css just to practice responsive design

  • Submitted


    Any feedback is very welcome! I challenged myself to not use fixed units for width and height. However, the components did not look very much as I wanted, so I would really appreciate feedback on how to build more dynamic css

  • Submitted


    In this project, I fetched the data from the JSON file to display on the components according to the time frame chosen by the user (daily, weekly, or monthly)

  • Submitted


    Hi, I would like to receive feedback on the JS part of my code.

    to create the <small> tag of the pop-up window after submitting a rating, I needed the number of the rating to make it dynamic. So, I created an object, separated each index, and called them later, which worked. However, I would like to know if there is any simpler way to take the innerHTML of the rating chosen by the user or if the way I did is already good. I appreciate the help!

    PS: whenever I looped through the nodelist, it returned all the elements and not each of them like in the first forEach() of the code.

  • Submitted


    Hi, I would like to receive feedback on the responsiveness, since the desktop version is not really identical. I used a mobile-first approach, so when it was time to make it responsive for the desktop version, I couldn't think of a way to make it identical.