Skip to content
Submitted about 4 years ago

Tip Calculator App

sass/scss
Rio Cantre9,650
@RioCantre
A solution to the Tip calculator app challenge

Solution retrospective


Hi! This is my first submission of FEM challenge. The design is close enough to the original. However, I find it difficult to make the third input show the error state whenever the user puts the value of 0.

    <div class="input-wrapper">
              <input class="input-text" type="text" name="people" id="people" placeholder="1">
              <img src="./images/icon-person.svg" alt="person-icon">
    </div>

Any feedback would be appreciated. Thanks!

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Rio Cantre’s solution.

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