An open API service indexing awesome lists of open source software.

https://github.com/rzkw/compound-calculator

A calculator to calculate compound interest
https://github.com/rzkw/compound-calculator

azure azure-app-service beginner-code beginner-project cloud-deployment css-grid css3 flexbox html5 javascript static-app webdevelopment

Last synced: 8 months ago
JSON representation

A calculator to calculate compound interest

Awesome Lists containing this project

README

          

### 🧮 Compound Interest Calculator 🧮

A simple web app to calculate compound interest written in vanilla JavaScript, HTML and CSS. My second intro to DOM manipulation.

##### *How to view the calculator:*

The web app is deployed on Azure Static Web Apps and can be viewed [here](https://nice-grass-0c532b010.6.azurestaticapps.net/)!

##### *To use the calculator:*

1. Enter your principal amount in the 'Principal Amount ($)' field
2. Enter your annual interest rate in the 'Annual Interest Rate (%)' field
3. Enter how long the principal is being saved for in the 'Time Period (years)' field
4. Select how often interest compounds from the drop down selector, press Calculate

The results will be displayed in two segments: the Future Value of the principal and the Total Interest Earned.

##### *Contributing:*

If you'd like to contribute:

1. Fork my repository
2. Create new branch for your changes
3. Make your changes
4. Commit changes
6. Push changes to your forked repo
7. Submit pull request

##### *Changelog:*

0.1.0 Initial release

##### *Contact:*

Any questions/feedback/comments contact me through my [website](https://rizkys-portfolio.netlify.app/)!