Welcome to the Simple Calculator project! This is a basic calculator that performs arithmetic operations and calculates simple and compound interest. It's a great starting point for learning JavaScript and HTML.
- Addition
- Subtraction
- Multiplication
- Division
- Simple Interest Calculation
- Compound Interest Calculation
To run this project, you need a web browser.
- Clone the repository:
git clone https://github.com/ArisLooi/simple-calculator.git
- Navigate to the project directory:
cd simple-calculator
- Open the index.html file in your web browser.
- Use the buttons to perform arithmetic operations or calculate interest.
###Project Structure
simple-calculator/
├── index.html
├── script.js
├── mascot.png
└── README.md
Thanks to all the developers who have contributed to open-source projects and made learning to code accessible to everyone.