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

Tip Calculator App

@ickynavigator

Desktop design screenshot for the Tip calculator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison

SolutionDesign

Reports

Accessibility report (4)
error

Ensure interactive controls are not nested

<button type="button" value="00" id="tip-custom">
              <input type="number" class="__my-input" placeholder="Custom" min="0">
            </button>
Learn more
warning

Page should contain a level-one heading

<html lang="en">
Learn more
warning

All page content should be contained by landmarks

<img src="./assets/images/logo.svg" alt="Logo">
Learn more
warning

All page content should be contained by landmarks

<div class="attribution">
      Challenge by
      <a rel="noreferrer" href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
      Coded by
      <a rel="noreferrer" href="https://github.com/ickynavigator" target="_blank">Obi Fortune</a>.
    </div>
Learn more

Community feedback

Please log in to post a comment

Log in with GitHub
Slack logo

Join our Slack community

Join over 180,000 people taking the challenges, talking about their code, helping each other, and chatting about all things front-end!