Skip to content

Prince7004/compound-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compound Calculator 🧮💰

Compound Calculator

Welcome to the Compound Calculator repository! This project offers a simple tool for calculating compound interest. Whether you're a beginner in coding or someone looking to understand compound interest better, this application serves as a great starting point.

Table of Contents

Introduction

Compound interest is a powerful concept in finance. It allows your money to grow over time by earning interest on both the initial principal and the accumulated interest from previous periods. This calculator helps you determine how much your investment will grow over time, based on the interest rate, time period, and compounding frequency.

You can download the latest release of the Compound Calculator here. Please download the file and execute it to start calculating!

Features

  • User-Friendly Interface: Designed with beginners in mind, the interface is simple and easy to navigate.
  • Multiple Compounding Frequencies: Calculate interest compounded annually, semi-annually, quarterly, or monthly.
  • Responsive Design: The app works well on both desktop and mobile devices.
  • Clear Output: View your results in a straightforward manner, making it easy to understand how your investment grows.

Technologies Used

This project uses a variety of technologies to create a robust and effective application:

  • HTML5: For structuring the web pages.
  • CSS3: For styling the application, using techniques like Flexbox and CSS Grid for layout.
  • JavaScript: To handle the logic for calculating compound interest.
  • Azure: Deployed on Azure App Service, ensuring reliable cloud hosting.

Installation

To get started with the Compound Calculator, follow these steps:

  1. Clone the Repository: Open your terminal and run:

    git clone https://github.com/Prince7004/compound-calculator.git
  2. Navigate to the Project Directory:

    cd compound-calculator
  3. Open the HTML File: Open index.html in your preferred web browser to view the application.

  4. Download Latest Release: You can download the latest release of the Compound Calculator here. Make sure to execute the downloaded file to start using the calculator.

Usage

Using the Compound Calculator is straightforward:

  1. Enter Your Principal Amount: Input the initial amount of money you plan to invest.
  2. Input the Interest Rate: Provide the annual interest rate as a percentage.
  3. Select Compounding Frequency: Choose how often the interest compounds (annually, semi-annually, quarterly, or monthly).
  4. Enter the Time Period: Specify the number of years you plan to invest.
  5. Calculate: Click the "Calculate" button to see your results.

The output will show you how much your investment will grow over the specified time period.

How to Contribute

We welcome contributions from everyone! If you'd like to help improve the Compound Calculator, follow these steps:

  1. Fork the Repository: Click the "Fork" button on the top right of the page.
  2. Create a New Branch:
    git checkout -b feature/YourFeatureName
  3. Make Your Changes: Implement your feature or fix a bug.
  4. Commit Your Changes:
    git commit -m "Add some feature"
  5. Push to the Branch:
    git push origin feature/YourFeatureName
  6. Open a Pull Request: Go to the original repository and click on "New Pull Request".

License

This project is licensed under the MIT License. Feel free to use it, modify it, and distribute it as you wish.

Contact

If you have any questions or feedback, please feel free to reach out:

Thank you for checking out the Compound Calculator! For the latest updates and releases, visit the Releases section.