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

    The classic rock-paper-scissor w/ React + Styled Components

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

    0


    This solution is far from perfect, I feel like I missed a lot of opportunity for adding cool animations, I think the app requires a lot more polish, I look forward to the next project, for now 🥂!

  • Submitted

    Multi step form -- TypeScript, Vite, TailwindCSS, React

    #react#tailwind-css#vite#typescript
    • HTML
    • CSS
    • JS

    0


    In hindsight, I made a huge mistake by initially not setting up types. I ended up having to spend around 2-3 hours sorting through typescript compiler errors and warnings, I learnt a lot from this project. Look forward to doing more, cheers 🥂

  • Submitted

    Dark fylo landing page

    #material-ui#react#webpack#styled-components
    • HTML
    • CSS
    • JS

    0


    Using material UI was a chore, and to be fair, I have barely scratched the surface of what can be done using MUi, I will be adding subsequent commits that fix and modularize the codebase, until then, all input is appreciated

  • Submitted


    Getting the cards to work fine was quite tricky, and surprisingly, handling the input turned out not to be too easy as well. There are rough edges which I will be ploishing up, other than that, I appreciate sny inou

  • Submitted

    A Responsive pricing toggle with react and WindiCSS

    #react#webpack#tailwind-css
    • HTML
    • CSS
    • JS

    0


    It's been a while since I posted here, with this one I decided to use WindiCSS for no reason in particular, but just out of curosity. it was fun using react when you actually know whats going on.

  • Submitted


    I feel like the tooltip could be improved upon, its just that with my implementation (tailwind-in-html-in-js) leaves not a whole lot of flexibility, any input is appreciated

  • Submitted

    Loopstudios landing page using SCSS and webpack [GRID + FLEX]

    #bem#sass/scss#webpack#accessibility
    • HTML
    • CSS
    • JS

    2


    Would love to get any input on the mid-section with the tricky overlay. I tried several "hacks" such as background-image, flex with relative positioning and some other solution, but I ended up just going with the position absolute.

  • Submitted

    An awesome testimonials page made using Grid and SCSS

    #accessibility#sass/scss#bem
    • HTML
    • CSS

    1


    WOW, this definitely was my favorite frontendmentor challenge yet! I had so much fun using grid, and I feel like there are soo many ways to get this done. I chose to do it via grid-template-areas which was such a fun and intuitive approach, loved it :) I would love to get some code review or any other tips.

  • Submitted


    • I couldn't figure out how to get the "empty" portion of the slider bar working, I tried a dumb pseudo class hack, but it did not work out.
    • Apparently the slider will not work on firefox, I will be fixing it in the future.
    • Would love to get tips on SASS and HTML organization
  • Submitted


    Was a fun challenge, although this solution has some rough edges; JavaScript is a mess, I couldn't get the formula for calculating the "Total per person" right, the code for which is here Would love to get some input on that.

  • Submitted

    Sunnyside agency landing page; Grid + Flex

    #accessibility#bem
    • HTML
    • CSS
    • JS

    0


    How do I get the little arrow on the navbar menu menu on mobile? I tried the border hack to create a triangle

    .arrow {
      width: 0;
      height: 0;
      border: 15px solid red;
      border: 15px solid transparent;
      border: 15px solid transparent;
    }
    

    But this caused more issues than actual solution. so I would love to get some input on that.

  • Submitted

    A Dynamic time tracking page with a mock api.

    #accessibility#fetch
    • HTML
    • CSS
    • JS

    0


    So this is not very polished, there are certainly a lot of rough edges, But I learnt a lot about flexbox via this and had a lot of fun programming the JavaScript part of it.