Submitted over 1 year agoA solution to the Mortgage repayment calculator challenge
Mortgage repayment calculator
vue
@ahmadktn

Solution retrospective
What are you most proud of, and what would you do differently next time?
The one thing I'm proud of about this project is not giving up. I got stuck multiple times and wanted to give up but I resisted and completed the project, despite being the second project I've built using Vue.js.
What challenges did you encounter, and how did you overcome them?The main challenge I faced is the form validation. At first, I thought I could do the validation within the defineEmits() function which got me stuck. Later I decided to move the validation to the parent component after the values are emitted.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Ahmad Babangida's solution.
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