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

    Todo-App using React, SASS, Framer Motion

    #accessibility#bem#react#sass/scss#framer-motion
    • HTML
    • CSS
    • JS

    0


    Took me a while to find the right animations in some components but I'm glad I learned a lot of animation practices and also the framer motion library.

    I decided to use sass variables instead of custom props of CSS, but it gives me hard time because I need to add a modifier class in every component to change their color since we can't change the sass variables in JavaScript. I wanted to use the custom props but the dark theme has more colors than light theme so I can't just swap them out. I wonder how others approach these kind of problem.

    Anyways any feedbacks are appreciated. Thank you :)

  • Submitted

    Responsing Landing Page with REACT & SASS

    #accessibility#sass/scss#react
    • HTML
    • CSS
    • JS

    0


    I find it difficult on deciding what to use in responsive navigation -CSS to control via with a class "active" -or react with a state showMenu I wonder how others size the image in the desktop view, I used vw and a clamp

    Any feedback is appreciated. Thanks !!

  • Submitted


    I find it difficult working with the typographies whether to tweak font-size or font-weight and also line-height or margin-top/bottom? What I did was setting the font size of p element to 0.9 rem, is this a good practice or not? because as I seen in other people they always set their default text size to 1 rem;