A simple web-based calculator for calculating Simple Interest and Compound Interest.
- Calculate Simple Interest
- Calculate Compound Interest
- Easy-to-use interface
- Fast and accurate results
- Beginner-friendly project
- HTML
- CSS
- JavaScript
Simple-and-Compound-Interest-Calculator/
│
├── .github/
│ └── workflows/
│ └── main.yml
│
├── docs/
│ └── SPECIFICATION.md
│
├── Source Code/
│ ├── index.html
│ └── Simple_&_Compound_Interest_Calculator.sh
│
├── README.md
└── SECURITY.md
SI = (P × R × T) / 100
CI = P × (1 + R/100)^T − P
Where:
- P = Principal Amount
- R = Rate of Interest
- T = Time (Years)
Open:
Source Code/index.html
in any modern web browser.
chmod +x "Source Code/Simple_&_Compound_Interest_Calculator.sh"
bash "Source Code/Simple_&_Compound_Interest_Calculator.sh"After GitHub Pages deployment:
https://chiranjeeb20.github.io/Simple-and-Compound-Interest-Calculator/
- EMI Calculator
- Loan Calculator
- Currency Formatting
- Dark Mode Support
Chiranjeeb
GitHub: https://github.com/Chiranjeeb20