Design comparison
Solution retrospective
This has been my first ever project built using different kinds of frameworks. It had a couple of difficult parts, the most important being the state management of certain components, but in the end I think I handled that well. Any feedback would be appreciated.
Community feedback
- @FynnSchneider05Posted about 1 year ago
Hi, me again.
I looked at your project again and if I am right you just multiplied the tip per person with the amount of people to calculate the total amount.
I think the total amount is also per personen. And I understood it as the total amount of money everyone has to pay to pay the bill plus the tip.
So its (bill + tip) / amount of people.
If it was intended as it is, I'm sorry, but I thought I'd mention it.
Marked as helpful0@stefanvulpe-devPosted about 1 year ago@FynnSchneider05 Yeah, I noticed that too, thanks for your observation!
0 - @FynnSchneider05Posted about 1 year ago
Hi, your project looks amazing.
But I think there is something wrong with the calculation of the total amount. With a 10$ bill, a 10% tip and 2 people, it says everyone has to pay a total of 1$.
I tried to look at your code but I just started learing javascript and don't know anithing about react so I coudn't understand anything.
Lg Fynn
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