Responsive React Tip Calculator App

Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
To get rid of the accessibility/HTML issues shown in your Report:
- wrap everything in your body in
<main>
OR use semantic tags OR giverole=""
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 - wrap everything in your body in
- @Fernando0654
On the total section it gets overflowed. I recommend to you using
.toFixed(2)
method to change 1.5899999999999999 for 1.58Hope it helps you!
Marked as helpful
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