Any advice is welcome, I struggle a lot with offset images and positioning in a responsive way, I would appreciate any suggestion on that part.
Zain Mhrez
@ZainMhrezAll comments
- @cacostedSubmitted almost 3 years ago
- @fitzgibbonjackSubmitted almost 3 years ago
This project was great for putting some of the concepts recently learnt into practice, namely:
- Taking advantage of event propagation to listen to multiple elements using a single event listener.
- Using localStorage again but on a slightly larger scale, to give the app CRUD functionality without the need for backend.
Notes: still need to add drag and drop functionality. Wanted to get this first version submitted to get some feedback. Thanks in advance!
- @rogeriobautzSubmitted almost 3 years ago
Any suggestion will be appreciated.
- @ljcuttsSubmitted almost 3 years ago
I think I did really good on this project. I had a very hard time trying to put dots inside the zeros and am not sure how to do it. Also, never figured out how to add colors to the dollar images on the right side of the app. This was my first time using Javascript but I feel like maybe I could have had a better solution with that. But out of all of this, the most important I want to know is how to make this compatible with mobile devices(which I know requires media screen with CSS). Any suggestions??
@ZainMhrezPosted almost 3 years agoHi Larry, you did nice work. I think the process to calculate the tip and the total bill need some updates: the tip for each person = (bill_value * tip_percent) / people number. the total bill for each person = (bill_value + (bill_value * tip_percent)) / people number.
I wish this will help you, good luck.
0