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


    I just learned how to use the useState, but I wasn't sure if I had used it wisely.

    Questions:

    1. If I have imported a data list (notificationsList.js in this case) in the App.js, can I just pass it on as a prop or is it better to import it on the component? Does having the useState in the App.js as the parent affect this decision?

    I hope someone can review my code which can be found here and let me know how I can improve on using it.

    Thank you so much! :)

  • Submitted

    Responsive expenses chart component using Chart.js, BEM

    #accessibility#bem#chart-js
    • HTML
    • CSS
    • JS

    0


    This was the first time I used Chart.js, and I will definitely appreciate any suggestions on code improvement, especially with the responsive font-size of the labels. It doesn't seem to work sometimes.

    And please let me know how to improve the accessibility. I always try to look for answers regarding accessibility, but it always seems to me that I haven't figured out everything yet.

    Thank you so much! :)

  • Submitted

    Advice Generator App using API

    #bem#fetch
    • HTML
    • CSS
    • JS
    • API

    0


    The first challenge I did using API.

    Question for the community. Do you prefer to use async fucntion-await? If not, what do you prefer to use? What are its advantages over async function-await? Let me know so I can try it.

    I would greatly appreciate any feedbacks. Thank you! :)

  • Submitted


    I'm not subscribed to pro, so I want to know how can I get the measurements right? I've been doing it trial and error, and it takes up a lot of my time. Can't seem to get the exact measurements no matter how hard I try.

    And can I get any advice in using BEM? And if there are still things I can improve on, please let me know. Thank you!

    P.S. Haven't applied shadows. I'll update this soon :)

  • Submitted


    I'm not sure if I have used CSS flexbox effectively on this. I would like to hear your thoughts on how I can improve on it. And if you could also provide feedback in naming classes/ids. I'm trying to use BEM and I'm not sure if I'm using it okay.

    Hope to hear from you! :)

  • Submitted


    I tried using CSS flexbox to make this responsive. I hope to hear feedback on areas that I can improve on :) I also used BEM and I'm not sure if I used it effectively. Hope to hear your feedback. Thank you!

  • Submitted


    Hello! Finally finished this. I had fun using the for loops in JS on this one. Still experimenting. I hope you can give me some feedback on where I can improve more or how can I make my codes cleaner and more efficient. Thank you! :)

  • Submitted


    I tried making the two circles in the background as responsive as I can, but I think there are breakpoints. I would love to hear feedbacks to improve on this :)

  • Submitted


    This is my first javascript challenge, so I really need a lot of feedbacks >w<

    Sometimes matchMedia() works responsively, sometimes it doesn't. Any idea how I can make it consistently working? Would appreciate your help :)

  • Submitted


    I am happy overall with the final appearance of the Huddle landing page. But I wasn't able to make it responsive. I was just able to make the mobile and desktop based on the widths given (i.e. 375px and 1440px).

    Can you share ways to make it responsive using CSS Grid? I tried to redo it several times, using CSS Grid with different CSS units, but I always messed it up. I hope you can share your ways/techniques or if there are helpful articles/tutorials you can share with me, that'll be great.

    1. What are the device-widths you use for media queries?
    2. What CSS units should I use for a responsive layout using CSS Grid?