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

  • @ortonb110

    Submitted

    Hi there 👋, I’m Orton and this is my solution for this challenge.

    Built With:

    TailwindCSS npm - prettier React.js I couldn't get the sidebar to have a dark backdrop and I humbly ask for help. Any suggestions on how I can improve are welcome!

    Thank you. 😊✌️

    Joe-Praise 180

    @Joe-Praise

    Posted

    Hey orton, congratulations you've come a long way!🚀

    Although, on your mobile view i noticed when you navigate to a new page the nav bar doesn't close and there's no backdrop to help ease the process.

    Here's tutorial on how to implement the backdrop using react portal --> React Modal Tutorial with Portals

    Marked as helpful

    0
  • @Lino-OTM

    Submitted

    Hi, this challenge took me some time to complete but I finished it with some help, but I got stuck with the reset btn, I couldn't figure out how to make it "disabled" when the values are $0.00 in the result section. (below / right) If anybody could help me I would be very grateful!

    Joe-Praise 180

    @Joe-Praise

    Posted

    You could go around it by

    • Writing an "if statement" to confirm if the state of both "Total field" innerHtml are === 0
    • If true, target the "reset button" and add CSS style "pointer-events: none" to the button. That should deactivate the button and if you want to change the background-color, you can easily do it within the same scope. also, you should make provision for when it's false(you toggle the CSS style). I'm yet to do mine though, but I hope this helps.🙂

    Marked as helpful

    0