Design comparison
Solution retrospective
Resubmitting this because I realized in my first attempt, I misunderstood some of the calculations. I was getting the tip amount and diving only that amongst the people. This time, it gets the tip amount and divides it amongst everyone, and it also adds the total tip to the total bill, dividing that equally amongst everyone as well. Hopefully I got it right this time.
Community feedback
- @TicTac1602Posted over 2 years ago
Hello, very nice work!
Here some quick fixes:
-Make the calculations update each time we modify a field in the form. To illustrate that you can test by entering 231 10% for 1. Give you a nice look. But if change 1 to 2 no update on the screen, even thought, every information is correct and possible to make the calculations.
-Highlight the reset button in light green when you have entered something. For now, until whoever it feels like a disable state.
Hope I've helped you improve your solution. And again great work :D Best regards
1@thecoltanreedPosted over 2 years ago@TicTac1602 thank you for the advice! I'll work on implementing this.
0
Please log in to post a comment
Log in with GitHubJoin 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