Project Name: SimpleInterestCalculator
This project is a basic script for calculating simple interest. It takes the principal amount, rate of interest, and time period as input and returns the simple interest based on these inputs. The script is written in bash and can be easily run in any Unix-based environment.
- LICENSE: Contains the Apache 2.0 License for this project.
- README.txt: Provides an overview of the project, how to set it up, and usage instructions.
- CODE_OF_CONDUCT.md: Outlines the expected behavior for contributors to this project.
- CONTRIBUTING.md: Provides guidelines for contributing to this project.
- simple-interest.sh: The main script that calculates simple interest.
-
Clone the repository: git clone https://github.com/your-username/SimpleInterestCalculator.git
-
Navigate to the project directory: cd SimpleInterestCalculator
-
Run the script: ./simple-interest.sh
-
Follow the prompts to enter the principal amount, rate of interest, and time period.
-
The script will calculate and display the simple interest.
We welcome contributions to this project! Please refer to the CONTRIBUTING.md file for details on how to contribute.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
For any questions or feedback, please reach out via the issues page on GitHub or contact the project maintainer at your-email@example.com.