Esta é uma calculadora simples de juros compostos desenvolvida em HTML, CSS e JavaScript. Ela permite calcular o valor futuro de um investimento com base no valor inicial (capital), taxa de juros mensal e tempo total de investimento em meses.
-
Abra o arquivo
index.html
em um navegador da web. -
Preencha os seguintes campos:
- Valor Inicial (Capital): Insira o valor inicial do investimento.
- Taxa de juros mensal (%): Insira a taxa de juros mensal como uma porcentagem.
- Tempo total de investimento (meses): Insira o número total de meses de investimento.
-
Clique no botão "Calcular".
-
O resultado será exibido abaixo do botão "Calcular", mostrando o valor futuro do investimento em formato de moeda (R$).
Caso deseje personalizar a aparência da calculadora, você pode modificar o arquivo style.css
. Ele contém estilos CSS que definem o layout e a aparência dos elementos da calculadora.
Sinta-se à vontade para contribuir com melhorias para esta calculadora de juros compostos. Você pode abrir um problema ou enviar uma solicitação de pull request neste repositório do GitHub.
This is a simple compound interest calculator developed using HTML, CSS, and JavaScript. It allows you to calculate the future value of an investment based on the initial principal, monthly interest rate, and total investment period in months.
-
Open the
index.html
file in a web browser. -
Fill in the following fields:
- Initial Principal: Enter the initial amount of the investment.
- Monthly Interest Rate (%): Enter the monthly interest rate as a percentage.
- Total Investment Period (months): Enter the total number of months for the investment.
-
Click the "Calculate" button.
-
The result will be displayed below the "Calculate" button, showing the future value of the investment in currency format (R$).
If you wish to customize the appearance of the calculator, you can modify the style.css
file. It contains CSS styles that define the layout and appearance of the calculator elements.
Feel free to contribute improvements to this compound interest calculator. You can open an issue or submit a pull request in this GitHub repository.