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


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

    This challenge was a pretty decent challenge for a beginner, and I gained a pretty good understanding of HTML and CSS and how to use them to do some interactivity using them hand-in-hand with JavaScript. I am noticing that my JavaScript knowledge improved after solving this challenge a lot.

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

    I want help with how to implement the share pop-over that appears on the top of the share button on large screens. I faced a problem with how I apply different styles of different media queries and JavaScript interaction to them. and If anyone can help me with refactoring the code and make it more readable I will be grateful.

  • Submitted


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

    I encountered a challenge in making an open section collapse when another section was clicked. I spent a lot of time trying to solve it without success. Eventually, I sought help from AI.

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

    I need some help with refactoring the code and making it more readable and clean. I am not used yet to JavaScript and I feel that I am writing spaghetti code.

  • Submitted


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

    I need help with how to make the spacing between the ul and ol marker and the li itself bigger. After I did some research I find a way using after and a counter but I didn't find it convenient. can you tell me how did you overcome this problem

  • Submitted


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

    -I encountered an issue where sizes defined in rem appeared larger than their pixel equivalents. I discovered that this was due to my browser's font settings being set to large fonts, causing the discrepancy.

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

    -An explanation of the figure element and when to use it. I read some articles about it but I still don't understand it. -How to name CSS classes? should I use hyphen (-) or underscores(__) and what is the convention -Should I use more utility classes (flex-group or grid-flow) instead of inserting my styles directly on classes leading to repetition?

  • Submitted


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

    -Choosing the appropriate radius and spacing values. I watched some YouTube videos and overcame this problem -Accessing HTML elements using query selectors. I asked chat gpt