Latest solutions
Latest comments
- P@yudin7324@kwngptrl
I tried entering a decimal value in the Bill field and it wouldn't let me. Other than that, it's very good.
Marked as helpful - @JstickzWhat are you most proud of, and what would you do differently next time?
I am most proud of the fact that I was ale to stay on this project till the end because at a point it became difficult but I was able to find my path bit by bit.
What challenges did you encounter, and how did you overcome them?The challenges I encountered mainly was how to approach a problem when I come to a point that I have no idea how to solve. But with the help of tolls online I was able to discover answers to the problems and finally got the solutions.
What specific areas of your project would you like help with?I am doing this alone currently and its not easy having to find answers on your own, I would like a community of people where I can always reach out and ask questions, share ideas and see the perspective of others on how to approach problems in different ways.
@kwngptrlHello there. Your persistence is commendable. There are some issues that I noticed.
- The math for total/person is not adding up. You can look at the screenshot of the challenge to see the following values: A: Bill = $142.55 B: Select Tip% = 15% C: Number of People = 5 D: Tip Amount per Person = ~$4.27 (You got this correct) E: Total per Person = ~$32.79 (Yours was $21.38)
I believe the equation to get total per person is: (bill * tip% / number of people) + (bill / number of people)
-
Entering any value in the 'custom' field does not result in any change in the results section.
-
There should also be an answer for when tip% is zero. It's the case where people want to split, but not want to tip.
-
The reset button should change color if there is a result in that section.
-
If you can, enlarge the design for the desktop version (the fonts are too small). The mobile version is fine.
Also, I could not see the github repo for your solution if there is one. This is going a bit too long now.
Marked as helpful - P@Fable54321What challenges did you encounter, and how did you overcome them?
For whatever reason, I did desktop first on this one, still worked pretty well, but won't do it again ahah.
@kwngptrlHmm, for some reason when I'm about to finish typing the final value in either field or selecting the Tip%, the entire thing just disappears and just leaves the background color. This happens in Chrome and Firefox.
Marked as helpful - @macpoz@kwngptrl
Hi, a very good implementation. The only thing I could critique is the buttons and sometimes the error message in the number of people field do not clear out when the reset button is clicked.
- @ManiNasih@kwngptrl
Nice implementation, but you missed input validation. Entering negative numbers in the input produced negative numbers as answers.
Also, active states as specified in the design file was not carried out in css on, i.e. :hover { cursor: pointer } and when tip% button selected it should remain in a different color.
Marked as helpful - @Paruzaka46@kwngptrl
Hi, the caret for Company does not change direction when that submenu is open (unlike Features). The 'overlay' in mobile mode does not cover the entire viewport if the device is in landscape mode. Other than those, it's pretty good.
Marked as helpful