Design comparison
Solution retrospective
responsive designs.. where to start?
Community feedback
- @fasih-mehmoodPosted over 3 years ago
Start by getting familiar with grid and flexbox.
Marked as helpful2 - @ChamuMutezvaPosted over 3 years ago
- the link to your github repository is not working. That might be it is set as private instead of public.
- the calculator is giving results even if the number of people is zero
- values of negative numbers are being calculated
- fix the errors raised in the report
Marked as helpful1@m0vr4dPosted over 3 years ago@ChamuMutezva thanks, but I don't understand the second note, when the number of people is 0 it resets results to "$0.0" ,can you show me the exact input you used? thanks again!
0@ChamuMutezvaPosted over 3 years ago@m0vr4d , enter valid numbers and press reset, then enter the bill and change the percentage, calculations will be done , but the number of people on the screen will show zero .
- when the number of people is less than zero. Eg
number of people being -10
and the bill-100
. Pressing the buttons will give you results
1@m0vr4dPosted over 3 years ago@ChamuMutezva how do I edit the link to my github repository?
0@ChamuMutezvaPosted over 3 years ago@m0vr4d , you do not need to edit the github link but change it from
private
topublic
. Open the project on github and selectsettings
. Undersettings
look for a section calledDanger zone
that is at the bottom.- Look for this part
Change repository visibility This repository is currently private.
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