Latest solutions
Latest comments
- @yurimzk@Lapupeh
Looks great! Well done. The only thing I noticed is that you did not implement the mobile view. Asides that everything is fine!
- @yogesan66@Lapupeh
Well done! Your solution is nice!. Great job done👍
- @Gurjit05KWhat are you most proud of, and what would you do differently next time?
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
@LapupehGreat job!👍👍
- @SortJakke@Lapupeh
Your code is beautiful!😍 Everything works perfectly Good job 👍
- @EKriley-ciWhat are you most proud of, and what would you do differently next time?
i'm very proud of completing this challenge successifully. It's take me more time than i was expect but i finaly got it
What challenges did you encounter, and how did you overcome them?in this challenge maning things was difficulte, first it was how to style the input[type="range"], but with some search i earn it. And after that the second difficulte it was to make the js logique but thank God it finish 😁
What specific areas of your project would you like help with?hum i will like to have somme help on the full code, if you thinks that i can improve it in anny ways i'm open. And sorry for my english i'm french 😁
@LapupehWell done! Your solution can be improves but you did a good job. First, you can style the slider track and the thumb using
input[type="range"]::-webkit-slider-runnable-track
- for the trackinput[type="range"]::-webkit-slider-thumb
- for the thumb.Since you have the Figma file, you can inspect it to get the exact widths and heights of elements.
- @Promerser@Lapupeh
Works perfectly well, code is responsive!👍
The one thing I can say is instead of using "value" in your HTML for the bill value and number of people inputs, use a placeholder with a '0'. Also, your results values too, having them as '0.00' is better than the '1.15' you have there. Asides that, everything works very well, Well done!👏