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

Submitted

Responsive React Tip Calculator App

Vandna Sharmaβ€’ 280

@vandnasharma26

Desktop design screenshot for the Tip calculator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Anosha Ahmedβ€’ 9,300

@anoshaahmed

Posted

To get rid of the accessibility/HTML issues shown in your Report:

  • wrap everything in your body in <main> OR use semantic tags OR give role="" to the direct children of your <body> ... Click here to read more
  • have at least one <h1> in your code
  • start your headings with <h1>, and move up by one level each time

Good job! :)

Marked as helpful

0
Fernando FeNβ€’ 425

@Fernando0654

Posted

On the total section it gets overflowed. I recommend to you using .toFixed(2) method to change 1.5899999999999999 for 1.58

Hope it helps you!

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord