Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.5 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.5 KB

Interest Application 📈

Tecnologias/TechnologiesComeçando/Getting Started

The Interest Application is a calculator that takes input information, such as amount and days, calculates the accrued interest, and provides the final total amount. This small code was developed to practice conditional structures and input in JavaScript.

📱 Visite o projeto/Visit this Project

🎨 Layout

Bem-Vindo a aplicação de Juros!

Informe o valor devido: R$1000
Informe quantos dias se passaram desde o vencimento do boleto: 20    

Valor original da dívida: R$1000
Dias atrasados: 20
Taxa de Juros: 10%
Valor total com juros: R$1100

💻 Tecnologias/Technologies

  • JavaScript
  • Node.JS

🚀 Começando/Getting started

Para usar 100% é necessário instalar alguma IDE de sua preferência/In order to use it 100%, it's necessary to install an IDE of your preference.

1 - Cloning

Como clonar o meu projeto/How to clone my project:

git clone https://github.com/JoaoEstevam01/Aplicacao-de-Juros

Por fim, rodar/Finally, run the program:

node juros.js