Latest solutions
Interactive comments using Vue, Vuex, Typescript & SCSS (CRUD)
#sass/scss#typescript#vue#vuex#animationSubmitted over 2 years ago
Latest comments
- @KruzadeR-VictoR@MuriWolf
Hi bro! whats up?
Congrats for finishing this challenge!
I just wanna give you some advices, then you can fix it. First, you layout looks great! But the math part is not doing well, for me just worked after i press the reset button, but the math is not 100% correct. In the tip amount, you could use: (bill * percentage / 100) / people, and for the total: (bill * percentage / 100) + bill) / people. (The percentage is the 5%, 10%, 15%... and you could execute the math when the user clicks in the percentage, then the program gets the two inputs, do math and show the results.)
If you have some question or anything, please do! I will try to help you.
- @Mavreon@MuriWolf
Whats up, dude?
I just wanna to give a advice, when the screen width size is around 1099px, the layout breaks, so try to uptade your code by using some media query and/or display grid to make it more responsive. (Just dont use a lot of media queries if you will use it)
Btw, congrets on completing the challenge! Sometime i should learn React :P.
Marked as helpful - @DanRHatfield@MuriWolf
Hi dude, whats up?
Firts of all, congrets on completing the challenge! I want to give a suggestion, to this challenge the "display grid" is really important, and i see you didnt used it, so maybe you should learn it to improve your knowlogde, and then try to uptade this challenge using the grid. Have a nice day!