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 comments

  • Cousnay 300

    @Disney-Banje

    Submitted

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

    I am most proud, that I was able to create the floating component fully using the JavaScript functional programming paradigm. Additionally, for doing my best to make the component responsive.

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

    I had a small challenge with the array method, however with some research and of course, using ChatGPT I was able to come up with a solution.

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

    I would love a review of my JavaScript code, if it is well written and if I managed to avoid DRY code.

    @nikbhaladhare2104

    Posted

    I looked into js code and it looks fantastic. Adding of classes using js is a smart idea. dotted border looks unique and feels authentic. Mobile first approach is a good way to solve this. overall, good. Keep it up!

    Marked as helpful

    0
  • ajkun55 450

    @ajkun55

    Submitted

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

    The grid layout is unbalanced and I have not met before, and I designed the work well.

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

    The Grid area knowledge is in details, I serached the basic tutorial doc and computed the correct ratio.

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

    This is a good project.

    @nikbhaladhare2104

    Posted

    Looks great. I liked the mobile first approach. It makes building the project much easier compared to desktop first appproach. Keep it up!

    0
  • bialasss 160

    @bialasssek

    Submitted

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

    the use of grid template areas for this layout

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

    .

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

    .

    @nikbhaladhare2104

    Posted

    Looks really great and use of grid layout is smart. I have point for you to consider, when we try to shorten the screen size (from 1440px - 1020px- 720px - 480px- 360px), the cards section deosnt wrap itself and just stays there. You can use the wrap property for this. Otherwise, looks great.

    Marked as helpful

    0
  • @nikbhaladhare2104

    Posted

    Looks good and added effect of shadow is brilliant. In mobile view though, you did not set the width to 100% so that it would take all the width available. But overall , a good design. Keep it up!

    Marked as helpful

    1
  • Cristian 80

    @DevCris05

    Submitted

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

    de poder completar este desafió y de que pude lograrlo

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

    al momento de ajustar el texto en el tiempo de cocción

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

    en cualquier parte, gracias :)

    @nikbhaladhare2104

    Posted

    Hi, I like the new background color even if it is not the desired color. One thing to be pointed out, bullet points and ol >li numbers should be of the colors rather than black. The spacing looks much better compared to the original design.

    Keep it up! 👍

    0
  • P
    Moa Davou 220

    @moadavou

    Submitted

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

    I've been trying to research more about responsive units and accessibility. I've changed a few things in how I write the code compared to what I did before my research. And I think that I've improved a bit.

    I want to use grid more in the future. It's also important to me to continue to learn about best practices and accessibility.

    Units like rem and em are still a little unclear to me. I understand what they do. But I don't fully understand when to use what and why. I need to do some more research!

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

    During this project, I learned about the 62.5% Font Size Trick. After reading about this topic I understood that this trick is not as great as it sounds. Grace Snow wrote a great article about why. A few articles recommended using CSS variables instead. I can see the advantage of this, especially if I'm using utility classes for the project.

    Speaking of utility classes. I just learned that they exist. They don't seem useful for small projects like this one, but I will definitely use them in the future.

    I have also been researching when to use grid or flexbox since I'm almost exclusively using flexbox right now. Kevin Powell made an amazing video diving deep into this.

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

    I would love to read more about utility classes, responsive units, and accessibility. If someone has some good articles on these topics, please send them my way!

    I would also appreciate if someone could answer the following:

    • Is there anywhere in my code where it could have been beneficial to use grid instead of flexbox?
    • Is it a good idea to set up utility classes and a more comprehensive CSS reset for smaller projects like this one?
    • Are there any accessibility improvements I could make to my project?

    @nikbhaladhare2104

    Posted

    It looks great from my POV. Code is clean and understandable. As for the grid, I am also in the dark about where should you have used it. I think flex was the best option considering there is only one card.

    1
  • shemjay 140

    @shemjay

    Submitted

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

    Took less time to do than I expected (2hrs)

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

    n/a

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

    best practices

    @nikbhaladhare2104

    Posted

    Looks good. You didnt add the after hover effect on card of box-shadow.

    Marked as helpful

    1
  • P
    Branka R 150

    @brainka

    Submitted

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

    I am happy that I am utilising vanilla CSS for these challenges to understand the concepts.

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

    Trying to make it more responsive.

    At the moment, I am assuming the width of the screen won't get smaller than 320px.

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

    I am getting vertical scrolling on mobile view.

    I was trying to use 'dvh' but it didn't seem to work.

    Feedback on this issue would be greatly appreciated.

    Thank you

    @nikbhaladhare2104

    Posted

    Good design, and good execution of the code. ( i know its beginner level challenge) , you don't have to use absolute and relative positioning for this challenge. Simply, flex is sufficient. But it is good to practice some new things. So, overall , Good!

    0