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

    Mobile first solution using React JS and styled-components

    #react#styled-components#vite#accessibility
    • HTML
    • CSS
    • JS

    0


    This challenge helped me gain a good grasp of useEffect() and useRef() hooks in React.

    Please feel free to point out any improvements I could make in this solution.

    Also, any tips for the next steps in my full-stack development journey are highly appreciated.

  • Submitted

    Solution using React and styled-components

    #react#styled-components#vite
    • HTML
    • CSS
    • JS

    0


    • This is my second project in React JS. I got some proficiency with useState() hook.
    • I used styled-components to group the markup, styling and logic of a component in a single .jsx file.

    Please feel free to point out any improvements I could make in this solution.

    Also, any tips for the next steps in my full-stack development journey are highly appreciated.

  • Submitted


    This was my first time using Tailwind CSS. Please feel free to point out any improvements I could make in this solution.

    Also, any tips for the next steps in my full-stack development journey are highly appreciated.

  • Submitted

    Solution using React JS components

    #bem#react#sass/scss#vite
    • HTML
    • CSS

    0


    This is my first React JS project. I would be delighted to see your feedback.

    Let me know if there is something I missed in this solution. It would be great if you could nudge me into the right direction after this.

  • Submitted


    I had to use the following CSS to style the grid at multiple device sizes

    grid-template-areas:
        "testimonial-1 testimonial-1 testimonial-2"
        "testimonial-3 testimonial-4 testimonial-4"
        "testimonial-5 testimonial-5 testimonial-5";
    

    If there a better way to handle the grid responsiveness, please let me know. I really appreciate you taking some time out to look into my solution. Thank you😀.

  • Submitted


    1. I had to use position: absolute for placing the 185 GB left pop-up. Please let me know if there would be a different approach.
    2. Should I use an <h1> to enclose the logo and name of the card (Fylo) even though it's an image, and we don't have a heading in the component.