Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Mortgage calculator using bootstrap and jquery

@sirjaey

Desktop design screenshot for the Mortgage repayment calculator coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

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

@IvanFdez01

Posted

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 helpful

0

@sirjaey

Posted

Thanks a lot. I'll do that now@IvanFdez01

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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