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


    [๐Ÿ”ฎ] E-Commerce Interactive + ๐Ÿ”ฅGSAP Animations

    โค๏ธ Hello F.E.M community! this my solution details for "E-Commerce Interactive"

    [๐Ÿ”ฐ] In Responsive

    • From +280px
    • Mobile +280px Desktop +1000px

    [๐ŸŒŽ] Created With

    • React as framework
    • GSAP for smooth animating๐Ÿ”ฅ
    • Responsive Components & Texts
    • Three super smooth sliders๐ŸฆŠ

    Because of beginning animations, The screenshot may look different from the original view, If it is, visit the live site!

    [โฌ‡๏ธ] Any feedbacks or suggestions

  • Submitted


    [๐ŸŽ„]

    โค๏ธ Hello to the F.E.M community! this my solution details for "interactive cards"

    [๐Ÿ”ฐ] In Responsive

    • From +375px

    • Mobile +375px Desktop +1000px

    [๐ŸŒŽ] Created With

    • React as framework

    • GSAP for smooth animating๐Ÿ”ฅ

    [โฌ‡๏ธ] Any feedbacks or suggestions

  • Submitted


    [๐Ÿ”ฎ]

    [๐Ÿ”ฐ] Responsive

    • Range 375px+
    • Mobile 375px Desktop 800px+

    [๐ŸŒŽ] With

    • URL validation
    • all styled with CSS
    • Semantic HTML5 markups and accessibility

    [๐Ÿ’–] I will be very happy to read your feedback!

  • Submitted


    [๐ŸŽ„]

    [๐ŸŒŽ] A small project to get familiar with API.

    • I had problems with promises and fetches and this project helped me to improve on these issues
  • Submitted


    [๐ŸŽ„]

    [๐Ÿ”ฐ] Responsive

    • Range 208px+
    • Mobile 375px Desktop 800px+

    [๐ŸŒŽ] With

    • Regex for validation
    • No libraries and queries, all styled with CSS
    • Semantic HTML5 markups and accessibility

    [๐Ÿ’–] I will be very happy to read your feedback!

  • Submitted


    ๐ŸŽ„ Project

    • Responsive for mobile & desktop, range 160px+

    ๐Ÿ”Ž Questions

    It was my first landing page project, and I think I made some accessibility mistakes

    1. For menu button, I used a div, with three spans inside it. The reason of doing that's to make animated toggle button. Should I put "aria-hidden=true" for the spans (they're just some lines) while I putted an "aria-label" for the parent tag?
    <div aria-label="open menu" class="buttons-countainer">
      <div class="lines">
        <span class="line upper-line"></span>
        <span class="line middle-line"></span>
        <span class="line bottom-line"></span>
      </div>
    </div>
    
    
    1. I know that any image content should have an aria-label. But how about the other contents? should we use labels for them?
  • Submitted


    [๐ŸŽˆ]

    Responsive

    • 1440px & 375px

    Specially

    • A little animated with CSS keyframes
    • Regex used for validation

    Tricks

    • Putted aria-label to explain image only contents
    • Used data- attributes to change styles just by CSS and call them with Javascript