Skip to content

rithwik003/Loan-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loan Calculator

An Loan Calculator tool is a Calculator where the user can find the loan amout to be paid. #Project Structure

  • index.html - This page displays all the functionalities available to the user currently in a single page. It has fields like :
    • Loan Amount - Where the user can enter the Loan amount to be paid.
    • Interest - User can enter the interest for the loan amount.
    • Years to repay - It inputs the number of years to repay the loan amount.
    • Calculate Button - It displays the Total Payment and Total Interest.

Test the project locally

  • Fork the repo.
  • Clone your copy of the repo to your local machine.
  • Open index.html in a browser.
  • You should be able to see all the options currently implemented in the page.
  • to be written #Roadmap of Features Expected
  • Adding better styling to the pages. Make the UI/UX more interactive.
  • If you would like to implement any other feature for the project, feel free to open an issue first. After which you can create a PR to implement the same.

Contributing

Thank you for your interest in contributing for the project. Submit small changes in a single PR so that it is easier to review (for instance, work on one feature in one PR).

Releases

No releases published

Packages

No packages published