Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 684 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 684 Bytes

compound-interest

This is an annual compound interest calculator that calculates your expected retirement savings by taking into account your current salary, predicted annual raises, percentage of income invested, age, and investment growth rates. This tool is meant to make it easier for people to understand how future income increases would impact their retirement funds.

In order to run this code you will need to install a virtual environment and install Flask using these commands: $ python -m venv $ source env/bin/activate $ pip install flask

You can now start the application $ flask run

Navigate to localhost:5000 to see the application

Thank you and Enjoy!