/Ejercicio_ValorFuturo

Application made with in JS that show the future value that allows you to obtain the future value, entering the present value, the interest per period and the number of periods

Primary LanguageJavaScript

Valor Futuro

Application made with in JS that show the future value that allows you to obtain the future value, entering the present value, the interest per period and the number of periods.

Demo

Valor Futuro

Technologies used

The technologies that I handled in this project were JavaScript (JS), CSS, HTML, regular expressions (regex) was used to validate the input data.

Info

To find the future value you need enter the following parameters:

  • Valor presente: the present value you want to know in the future, that parameter only allows positive integer values.
  • Interés Periodo: the interest per period, that parameter only allows values ​​between 0 to 1, for example, 0.02 or 0.5 representing 2% or 50% interest.
  • Total de Periodos: Total number of periods, it allows positive integer values.

As an example if a person decides to invest 1000 at a rate of 50% (0.5) per period for 5 periods, then at the end of the 5 periods at the end their investment will be worth a total of 7593.75

input