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
- Host: GitHub
- URL: https://github.com/hichamweblog/github-project
- Owner: hichamweblog
- License: apache-2.0
- Created: 2023-12-23T20:41:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T21:24:18.000Z (over 2 years ago)
- Last Synced: 2025-11-12T21:23:09.290Z (8 months ago)
- Topics: git, github
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.