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 comments

  • Lebogang 90

    @iLebo-stack

    Submitted

    The icons (e.g the dollar sign) in the input elements won't show yet in my VS code editor when I view the web app using the live server they're displayed.

    I know I might be messing up the root path put I can't seem to get it right.

    Also anything else that needs work (in the web app), I would greatly appreciate feedback.

    @Thenextgen1

    Posted

    Try setting the icons as a background image of the inputs and use rem units to position them Make sure the rem units are not more than 1

    0
  • Sean 175

    @sean-b765

    Submitted

    Hey all :) This is my first time trying one of these. Would appreciate any feedback on my styling. I always use flex and haven't looked into grid yet. Thanks

    @Thenextgen1

    Posted

    Here's what you can do Use a display of grid for the buttons Manipulate the grid template columns for desktop and mobile Then reduce the width and use a position of relative to reposition some members of the button Also for your reset button After listening for a click event Set the values of the input custom and persons to an empty string"" and equate to inner html or text

    0
  • Yaiza 410

    @Yaiza16

    Submitted

    Finally, I finished this challenge. It took me a long time to finish it but I think result is good and I had a lot fun doing it.

    I struggled a lot with JS part so I decided focus on that and put the responsive design aside. I’m starting with JS so there were some issues related to.

    • I feel JS code is a little messy and hard to read so any advice or tip to improve it it’s welcome. Would it be better if I put all code in just one file? • I’m starting with SASS too. I put components in a folder apart but should be modifiers components there or these should be in the layout folder?

    I tested everything to make sure that everything works properly and there are no bugs. So, if you found a bug, please let me know!

    Any feedback related to a cleaner and more efficient code it’s welcome. Besides, feel free to give any other feedback too. It will be appreciated. 😊

    @Thenextgen1

    Posted

    Try using media queries to make it responsive Because it isn't on my screen

    0