I am definitely most proud of form validation (not really a form validation but sending users visible output that the fields are required with a specific class).
What challenges did you encounter, and how did you overcome them?These are my first steps with React so I encounter a lot of challenges, calculating the repayment, passing the input values, making sure that the value is in currency after it is display as a result etc. But I also learned a lot! Never have I ever heard about Intl.NumberFormat before this challenge for example.. I discovered that this is not the best way to validate the form, but other than useState I have not encounter and learned yet about other hooks that could have, maybe, made my life easier :) I am also aware that the code is not the 'cleanest', but I will try to do better next time!
What specific areas of your project would you like help with?I would like, if someone encounter the same problem, to be able to see formatted currency in the first input (Amount) when a user types in the amount number (as it is shown in design files).. The tricky part is to pass the right value to the calculator otherwise it will not calculate the repayment correctly. Thank you!