ericeya / mortgage-buddy

Mortgage calculator and simple qualification check terminal program. A little taste of mortgage lending fun facts coming from professional mortgage underwriter.
MIT License
1 stars 0 forks source link

Updated web scraping rate / helpful tips / loan qualification #11

Closed ericeya closed 9 months ago

ericeya commented 9 months ago

Main option 3 - Updated the web scraping rate

Added the functionality to be able to pull national average mortgage rate. Also incorporated a function to ask the user if he/she wants to use national rate or enter the interest rate him/herself when they choose option 1 for mortgage payment calculator.

Main option 4 - Added helpful tips

In order to make it more fun, added the random number generator function to show random helpful tips whenever it is ran. Also added in a functionality to ensure once this option 4 is chosen, the same tips do not appear again in that session.

Main option 2 - Loan qualification

Fine-tuned the loan qualification to add text input validation as well as adding interest rate mobility with using web scraped national average rate or if the user wants to use their own rate.