-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loan Calculator #2573
Comments
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊 You can also check our CONTRIBUTING.md for guidelines on contributing to this project. |
Hello @PradnyaGaitonde! Your issue #2573 has been closed. Thank you for your contribution! |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The objective is to develop a loan calculator that determines monthly payments for a given loan amount, interest rate, and payment term. The calculator features three input fields: loan amount, interest rate, and payment term. By entering these values, we can determine the monthly payment required to pay off the loan in the specified time. Changes to any of the input values automatically update the monthly payment amount.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I will use HTML to create the input fields, CSS to style the project, and JavaScript to calculate the monthly payment based on the provided input.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
What problem is this feature trying to solve?
How do we know when the feature is complete?
The text was updated successfully, but these errors were encountered: