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

https://github.com/hichamweblog/github-project

GitHub Final Project
https://github.com/hichamweblog/github-project

git github

Last synced: 2 months ago
JSON representation

GitHub Final Project

Awesome Lists containing this project

README

          

# Simple Interest Calculator (Shell Script)

Welcome to the Simple Interest Calculator project! This shell script (`simple-interest.sh`) allows users to calculate simple interest based on the principal amount, interest rate, and time period.

## Usage

To use the Simple Interest Calculator, follow these steps:

1. **Clone the Repository:**
```bash
git clone https://github.com/hichamweblog/github-final-project.git
cd github-final-project
```
2. **Run the Script:**
```bash
sh simple-interest.sh
```
3. **Input Parameters:**
Enter the principal amount.
Enter the annual interest rate.
Enter the time period (in years).
4. **View Results:**
The script will calculate and display the simple interest.

## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](./LICENSE) file for details.

## Contribution Guidelines
We welcome contributions from the community! To contribute to the Simple Interest Calculator project, please follow our [Contribution Guidelines](./CONTRIBUTING.md).

## Code of Conduct
Please review and adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md) to create a positive and inclusive environment for everyone.

## Support
If you encounter any issues or have questions, feel free to open an issue.