I'm still very new to Vue JS, it took me a long time trying to complete the project, any recommendations to help me improve would be greatly appreciated!
George Baez
@Georgeb779All comments
- @YaikaRaceSubmitted about 2 years ago@Georgeb779Posted about 2 years ago
Hey, you did such a good job! There's just one little thing, if you try adding a lot of numbers like 1233333333333333333333333 into the bill section, it breaks. You can either add some limitations for the amount of numbers someone can input, or find a way to fix the overflow.
0 - @achrustowskiSubmitted about 2 years ago
I decided to take this one a bit further and implement currency selection as well as dark mode. Had a lot of fun with this challenge and it's a first one where I actually added my own "touch".
Had one issue where I was not able to use
getElementsByClassName
to select multiple elements with same class names.querySelectorAll
also did not work. Not sure why.I know there is a lot of improvements to be done for my JS code in order to "clean it" up a bit but I tried my best to obey DRY rule :)