A simple interest calculator app that empowers users to effortlessly calculate interest on fixed deposits, offering both yearly and monthly calculations. Gain deeper insights into your investments with this intuitive tool.
The Interest Calculator App is designed to simplify the process of calculating interest on fixed deposits. Whether you're planning your financial future or just curious about your investments, this app is here to help.
Key features:
- Calculate interest for yearly and monthly deposits.
- Gain a better understanding of how your money grows.
- User-friendly and intuitive interface for hassle-free calculations.
This project is built with the following technologies:
- HTML: For the basic structure of the app.
- SCSS: For styling and layout design.
- JavaScript: For interactive functionality.
- React: To enhance the user experience and provide a responsive interface.
To get started with the Interest Calculator App, follow these steps:
-
Clone the GitHub repository to your local machine:
git clone https://github.com/Pieter1821/FDinterest-Calculator.git
-
Navigate to the project directory:
cd FDinterest-Calculator
-
Install the necessary dependencies:
npm install
-
Run the app locally:
npm start
- Launch the app using the instructions in the "Getting Started" section.
- Enter the principal amount, interest rate, and duration of your fixed deposit.
- Select whether the deposit is compounded yearly or monthly.
- Click the "Calculate" button to see the calculated interest amount and total amount.
- Gain insights into your investment and plan accordingly.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the project.
- Create your feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to explore the app and provide feedback or contributions to make it even better!