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

  • P
    Austin H. 270

    @austinh-io

    Submitted

    What are you most proud of, and what would you do differently next time?

    Since I personally lack experience in working with forms more often, this challenge helped me a lot in getting the hang of them more. In particular with using them in JavaScript. I had some other personal projects I made before that involved checkboxes, but it had been a while since then, and this challenge was a good way to get back into it.

    What challenges did you encounter, and how did you overcome them?

    I had some issues with calculating the tip, which is ironic because I thought that would have been the easy part. The issue was that I kept misunderstanding how numbers and floats were cast in JavaScript, and I made a lot of my if-statements too complicated. I ended up with a bit of a simpler solution, however this made me miss working with TypeScript more.

    Will 100

    @WillAsampong

    Posted

    Everything looks good. Great job!

    0
  • Will 100

    @WillAsampong

    Posted

    Not sure this is the expected solution

    0
  • P
    Tuna Erten 220

    @tunaerten

    Submitted

    What are you most proud of, and what would you do differently next time?

    This project was quite enjoyable. I navigate CSS efficiently and can implement it quickly.

    What challenges did you encounter, and how did you overcome them?

    The coding process took slightly longer as I needed to refresh my knowledge of forms; however, I didn't encounter significant challenges. I am looking forward to taking on more complex projects.

    What specific areas of your project would you like help with?

    I actually wanted to create the features using ul and li, but I received a warning that I cannot place other elements inside ul and li elements. So, I converted all of them to div. Is this usage correct, or is there another way to use other elements together with ul and li elements? I welcome any advice or suggestions and would greatly appreciate your feedback.

    Will 100

    @WillAsampong

    Posted

    Inline styles in the javascript code could be moved to CSS to keep the javascript focused on logic. Also, consider breaking down the code into smaller, reusable functions for better maintainability.

    Marked as helpful

    1
  • Sajal 390

    @SJGit15

    Submitted

    What are you most proud of, and what would you do differently next time?

    I coded javascript for the first time.

    What challenges did you encounter, and how did you overcome them?

    I had a challenge with changing the background color for onclick event.

    Will 100

    @WillAsampong

    Posted

    Should have used the toggle method to make button more functional

    0