Submitted 3 months ago
Responsive Mortgage calculator using bootstrap and jquery
@sirjaey
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm happy I was able to get the design and functionality to perfection. Also the design is responsive on all screens
What challenges did you encounter, and how did you overcome them?Getting the correct formula for calculating mortgage monthly repayment as shown in the sample design was quite challenging. However, I was able to get the correct formula after a few web searches.
Community feedback
- @IvanFdez01Posted 3 months ago
Hi, Try doing:
M_select_repayment.addEventListener('click', function() { repayment_radio.checked = true; }
And the same for the interest-only button. That will make the whole button clickable, not only the radio. Good job
Marked as helpful0
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